Color Hex Logo

#751395 Color Hex

#751395
(117,19,149)
0 Favorites   0 Comments

Color spaces of #751395

RGB 11719149
HSL0.790.770.33
HSV285°87°58°
CMYK 0.210.870.00   0.42
XYZ12.99386.417628.9876
Yxy6.41760.26850.1326
Hunter Lab25.333047.2235-50.1103
CIE-Lab30.442557.3912-48.5879

#751395 color RGB value is (117,19,149).

#751395 hex color red value is 117, green value is 19 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #751395 hue: 0.79 , saturation: 0.77 and the lightness value of 751395 is 0.33.

The process color (four color CMYK) of #751395 color hex is 0.21, 0.87, 0.00, 0.42. Web safe color of #751395 is #660099. Color #751395 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010011 10010101
Octal 165 23 225
Decimal 117 19 149
Hex 75 13 95

RGB Percentages of Color #751395

%41.05
%6.67
%52.28

CMYK Percentages of Color #751395

%21
%87
%0
%42

Triadic Colors of #751395

#751395 #957513 #139575

Analogous Colors of #751395

#751395 #951374 #341395

Monochromatic Colors of #751395

#751395

Complementary Color

#751395 #339513

#751395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751395 Color CSS Codes

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

#751395 Text Font Color

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

This sample text font color is #751395
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.


#751395 Background Color

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

This div background color is #751395


#751395 Border Color

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

This div border color is #751395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751395


Comments

No comments written yet.

Please login to write comment.