Color Hex Logo

#d657cb Color Hex

#D657CB
(214,87,203)
0 Favorites   0 Comments

Color spaces of #d657cb

RGB 21487203
HSL0.850.610.59
HSV305°59°84°
CMYK 0.000.590.05   0.16
XYZ41.919225.424359.1979
Yxy25.42430.33130.2009
Hunter Lab50.422560.1581-34.3129
CIE-Lab57.486563.8414-36.5337

#d657cb color RGB value is (214,87,203).

#d657cb hex color red value is 214, green value is 87 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d657cb hue: 0.85 , saturation: 0.61 and the lightness value of d657cb is 0.59.

The process color (four color CMYK) of #d657cb color hex is 0.00, 0.59, 0.05, 0.16. Web safe color of #d657cb is #cc66cc. Color #d657cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010111 11001011
Octal 326 127 313
Decimal 214 87 203
Hex D6 57 CB

RGB Percentages of Color #d657cb

%42.46
%17.26
%40.28

CMYK Percentages of Color #d657cb

%0
%59
%5
%16

Triadic Colors of #d657cb

#d657cb #cbd657 #57cbd6

Analogous Colors of #d657cb

#d657cb #d6578c #a257d6

Monochromatic Colors of #d657cb

#d657cb

Complementary Color

#d657cb #57d662

#d657cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d657cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d657cb Color CSS Codes

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

#d657cb Text Font Color

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

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


#d657cb Background Color

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

This div background color is #d657cb


#d657cb Border Color

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

This div border color is #d657cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,87,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 #d657cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d657cb


Comments

No comments written yet.

Please login to write comment.