Color Hex Logo

#815dcf Color Hex

#815DCF
(129,93,207)
0 Favorites   0 Comments

Color spaces of #815dcf

RGB 12993207
HSL0.720.540.59
HSV259°55°81°
CMYK 0.380.550.00   0.19
XYZ24.230117.000861.0359
Yxy17.00080.23690.1662
Hunter Lab41.232032.7399-58.9048
CIE-Lab48.261040.0490-54.1118

#815dcf color RGB value is (129,93,207).

#815dcf hex color red value is 129, green value is 93 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #815dcf hue: 0.72 , saturation: 0.54 and the lightness value of 815dcf is 0.59.

The process color (four color CMYK) of #815dcf color hex is 0.38, 0.55, 0.00, 0.19. Web safe color of #815dcf is #9966cc. Color #815dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011101 11001111
Octal 201 135 317
Decimal 129 93 207
Hex 81 5D CF

RGB Percentages of Color #815dcf

%30.07
%21.68
%48.25

CMYK Percentages of Color #815dcf

%38
%55
%0
%19

Triadic Colors of #815dcf

#815dcf #cf815d #5dcf81

Analogous Colors of #815dcf

#815dcf #ba5dcf #5d72cf

Monochromatic Colors of #815dcf

#815dcf

Complementary Color

#815dcf #abcf5d

#815dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#815dcf Color CSS Codes

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

#815dcf Text Font Color

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

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


#815dcf Background Color

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

This div background color is #815dcf


#815dcf Border Color

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

This div border color is #815dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815dcf


Comments

No comments written yet.

Please login to write comment.