Color Hex Logo

#d59ce1 Color Hex

#D59CE1
(213,156,225)
0 Favorites   0 Comments

Color spaces of #d59ce1

RGB 213156225
HSL0.800.530.75
HSV290°31°88°
CMYK 0.050.310.00   0.12
XYZ52.919643.359376.8142
Yxy43.35930.30570.2505
Hunter Lab65.847828.2207-23.0708
CIE-Lab71.798232.8950-26.6664

#d59ce1 color RGB value is (213,156,225).

#d59ce1 hex color red value is 213, green value is 156 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #d59ce1 hue: 0.80 , saturation: 0.53 and the lightness value of d59ce1 is 0.75.

The process color (four color CMYK) of #d59ce1 color hex is 0.05, 0.31, 0.00, 0.12. Web safe color of #d59ce1 is #cc99cc. Color #d59ce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011100 11100001
Octal 325 234 341
Decimal 213 156 225
Hex D5 9C E1

RGB Percentages of Color #d59ce1

%35.86
%26.26
%37.88

CMYK Percentages of Color #d59ce1

%5
%31
%0
%12

Triadic Colors of #d59ce1

#d59ce1 #e1d59c #9ce1d5

Analogous Colors of #d59ce1

#d59ce1 #e19ccb #b39ce1

Monochromatic Colors of #d59ce1

#d59ce1

Complementary Color

#d59ce1 #a8e19c

#d59ce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59ce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59ce1 Color CSS Codes

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

#d59ce1 Text Font Color

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

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


#d59ce1 Background Color

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

This div background color is #d59ce1


#d59ce1 Border Color

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

This div border color is #d59ce1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,156,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d59ce1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d59ce1;
  -webkit-box-shadow: 1px 1px 3px 2px #d59ce1;
  box-shadow:         1px 1px 3px 2px #d59ce1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,156,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59ce1


Comments

No comments written yet.

Please login to write comment.