Color Hex Logo

#d660cb Color Hex

#D660CB
(214,96,203)
0 Favorites   0 Comments

Color spaces of #d660cb

RGB 21496203
HSL0.850.590.61
HSV306°55°84°
CMYK 0.000.550.05   0.16
XYZ42.693926.973759.4561
Yxy26.97370.33060.2089
Hunter Lab51.936255.8467-31.5193
CIE-Lab58.950059.8637-34.2474

#d660cb color RGB value is (214,96,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100000 11001011
Octal 326 140 313
Decimal 214 96 203
Hex D6 60 CB

RGB Percentages of Color #d660cb

%41.72
%18.71
%39.57

CMYK Percentages of Color #d660cb

%0
%55
%5
%16

Triadic Colors of #d660cb

#d660cb #cbd660 #60cbd6

Analogous Colors of #d660cb

#d660cb #d66090 #a660d6

Monochromatic Colors of #d660cb

#d660cb

Complementary Color

#d660cb #60d66b

#d660cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d660cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d660cb Color CSS Codes

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

#d660cb Text Font Color

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

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


#d660cb Background Color

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

This div background color is #d660cb


#d660cb Border Color

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

This div border color is #d660cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d660cb


Comments

No comments written yet.

Please login to write comment.