Color Hex Logo

#815fdc Color Hex

#815FDC
(129,95,220)
0 Favorites   0 Comments

Color spaces of #815fdc

RGB 12995220
HSL0.710.640.62
HSV256°57°86°
CMYK 0.410.570.00   0.14
XYZ26.063718.018969.8144
Yxy18.01890.22880.1582
Hunter Lab42.448735.3147-67.7989
CIE-Lab49.519042.4302-59.4975

#815fdc color RGB value is (129,95,220).

#815fdc hex color red value is 129, green value is 95 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #815fdc hue: 0.71 , saturation: 0.64 and the lightness value of 815fdc is 0.62.

The process color (four color CMYK) of #815fdc color hex is 0.41, 0.57, 0.00, 0.14. Web safe color of #815fdc is #9966cc. Color #815fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011111 11011100
Octal 201 137 334
Decimal 129 95 220
Hex 81 5F DC

RGB Percentages of Color #815fdc

%29.05
%21.40
%49.55

CMYK Percentages of Color #815fdc

%41
%57
%0
%14

Triadic Colors of #815fdc

#815fdc #dc815f #5fdc81

Analogous Colors of #815fdc

#815fdc #c05fdc #5f7cdc

Monochromatic Colors of #815fdc

#815fdc

Complementary Color

#815fdc #badc5f

#815fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#815fdc Color CSS Codes

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

#815fdc Text Font Color

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

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


#815fdc Background Color

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

This div background color is #815fdc


#815fdc Border Color

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

This div border color is #815fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,95,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #815fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #815fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #815fdc;
  box-shadow:         1px 1px 3px 2px #815fdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,95,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815fdc


Comments

No comments written yet.

Please login to write comment.