color codes Logo

#d60ecf color codes

#D60ECF
(214,14,207)
0 Favorites   0 Comments

Color spaces of #d60ecf

RGB 21414207
HSL0.840.880.45
HSV302°93°84°
CMYK 0.000.930.03   0.16
XYZ39.151119.115260.6576
Yxy19.11520.32920.1607
Hunter Lab43.720983.3311-51.6532
CIE-Lab50.821784.0001-49.3555

#d60ecf color RGB value is (214,14,207).

#d60ecf hex color red value is 214, green value is 14 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d60ecf hue: 0.84 , saturation: 0.88 and the lightness value of d60ecf is 0.45.

The process color (four color CMYK) of #d60ecf color code is 0.00, 0.93, 0.03, 0.16. Web safe color of #d60ecf is #cc00cc. Color #d60ecf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001110 11001111
Octal 326 16 317
Decimal 214 14 207
Hex D6 E CF

RGB Percentages of Color #d60ecf

%49.20
%3.22
%47.59

CMYK Percentages of Color #d60ecf

%0
%93
%3
%16

Triadic Colors of #d60ecf

#d60ecf #cfd60e #0ecfd6

Analogous Colors of #d60ecf

#d60ecf #d60e6b #790ed6

Monochromatic Colors of #d60ecf

#d60ecf

Complementary Color

#d60ecf #0ed615

#d60ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60ecf Color CSS Codes

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

#d60ecf Text Font Color

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

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


#d60ecf Background Color

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

This div background color is #d60ecf


#d60ecf Border Color

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

This div border color is #d60ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60ecf


Comments

No comments written yet.

Please login to write comment.