Color Hex Logo

#d255cb Color Hex

#D255CB
(210,85,203)
0 Favorites   0 Comments

Color spaces of #d255cb

RGB 21085203
HSL0.840.580.58
HSV303°60°82°
CMYK 0.000.600.03   0.18
XYZ40.606324.510459.0907
Yxy24.51040.32690.1973
Hunter Lab49.508059.7662-36.1105
CIE-Lab56.595263.6676-37.9718

#d255cb color RGB value is (210,85,203).

#d255cb hex color red value is 210, green value is 85 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d255cb hue: 0.84 , saturation: 0.58 and the lightness value of d255cb is 0.58.

The process color (four color CMYK) of #d255cb color hex is 0.00, 0.60, 0.03, 0.18. Web safe color of #d255cb is #cc66cc. Color #d255cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010101 11001011
Octal 322 125 313
Decimal 210 85 203
Hex D2 55 CB

RGB Percentages of Color #d255cb

%42.17
%17.07
%40.76

CMYK Percentages of Color #d255cb

%0
%60
%3
%18

Triadic Colors of #d255cb

#d255cb #cbd255 #55cbd2

Analogous Colors of #d255cb

#d255cb #d2558d #9b55d2

Monochromatic Colors of #d255cb

#d255cb

Complementary Color

#d255cb #55d25c

#d255cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d255cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d255cb Color CSS Codes

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

#d255cb Text Font Color

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

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


#d255cb Background Color

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

This div background color is #d255cb


#d255cb Border Color

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

This div border color is #d255cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,85,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d255cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d255cb;
  -webkit-box-shadow: 1px 1px 3px 2px #d255cb;
  box-shadow:         1px 1px 3px 2px #d255cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,85,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d255cb


Comments

No comments written yet.

Please login to write comment.