Color Hex Logo

#751388 Color Hex

#751388
(117,19,136)
0 Favorites   0 Comments

Color spaces of #751388

RGB 11719136
HSL0.810.750.30
HSV290°86°53°
CMYK 0.140.860.00   0.47
XYZ12.01296.025223.8224
Yxy6.02520.28700.1439
Hunter Lab24.546344.4015-40.3591
CIE-Lab29.476054.9056-42.1075

#751388 color RGB value is (117,19,136).

#751388 hex color red value is 117, green value is 19 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #751388 hue: 0.81 , saturation: 0.75 and the lightness value of 751388 is 0.30.

The process color (four color CMYK) of #751388 color hex is 0.14, 0.86, 0.00, 0.47. Web safe color of #751388 is #660099. Color #751388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010011 10001000
Octal 165 23 210
Decimal 117 19 136
Hex 75 13 88

RGB Percentages of Color #751388

%43.01
%6.99
%50.00

CMYK Percentages of Color #751388

%14
%86
%0
%47

Triadic Colors of #751388

#751388 #887513 #138875

Analogous Colors of #751388

#751388 #881361 #3a1388

Monochromatic Colors of #751388

#751388

Complementary Color

#751388 #268813

#751388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751388 Color CSS Codes

.mybgcolor {background-color:#751388; } 
.myforecolor {color:#751388; }
.mybordercolor {border:3px solid #751388; }

#751388 Text Font Color

<p style="color:#751388">Text here</p>

This sample text font color is #751388
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#751388 Background Color

<div style="background-color:#751388">
Div content here</div>

This div background color is #751388


#751388 Border Color

<div style="border:3px solid #751388">
Div here</div>

This div border color is #751388


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,19,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #751388; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #751388;
  -webkit-box-shadow: 1px 1px 3px 2px #751388;
  box-shadow:         1px 1px 3px 2px #751388; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,19,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #751388">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #751388;
  -webkit-box-shadow: 1px 1px 3px 2px #751388;
  box-shadow:         1px 1px 3px 2px #751388;">
Div content here</div>

This div box has shadow with color #751388


Comments

No comments written yet.

Please login to write comment.