Color Hex Logo

#d614cc Color Hex

#D614CC
(214,20,204)
0 Favorites   0 Comments

Color spaces of #d614cc

RGB 21420204
HSL0.840.830.46
HSV303°91°84°
CMYK 0.000.910.05   0.16
XYZ38.880819.156158.7750
Yxy19.15610.33280.1640
Hunter Lab43.767781.9761-48.9823
CIE-Lab50.869382.9367-47.5529

#d614cc color RGB value is (214,20,204).

#d614cc hex color red value is 214, green value is 20 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d614cc hue: 0.84 , saturation: 0.83 and the lightness value of d614cc is 0.46.

The process color (four color CMYK) of #d614cc color hex is 0.00, 0.91, 0.05, 0.16. Web safe color of #d614cc is #cc00cc. Color #d614cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010100 11001100
Octal 326 24 314
Decimal 214 20 204
Hex D6 14 CC

RGB Percentages of Color #d614cc

%48.86
%4.57
%46.58

CMYK Percentages of Color #d614cc

%0
%91
%5
%16

Triadic Colors of #d614cc

#d614cc #ccd614 #14ccd6

Analogous Colors of #d614cc

#d614cc #d6146b #7f14d6

Monochromatic Colors of #d614cc

#d614cc

Complementary Color

#d614cc #14d61e

#d614cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d614cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d614cc Color CSS Codes

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

#d614cc Text Font Color

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

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


#d614cc Background Color

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

This div background color is #d614cc


#d614cc Border Color

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

This div border color is #d614cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,20,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d614cc


Comments

No comments written yet.

Please login to write comment.