color codes Logo

#d61dca color codes

#D61DCA
(214,29,202)
0 Favorites   0 Comments

Color spaces of #d61dca

RGB 21429202
HSL0.840.760.48
HSV304°86°84°
CMYK 0.000.860.06   0.16
XYZ38.831619.439157.5826
Yxy19.43910.33520.1678
Hunter Lab44.089880.0548-46.5717
CIE-Lab51.197081.3677-45.8792

#d61dca color RGB value is (214,29,202).

#d61dca hex color red value is 214, green value is 29 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d61dca hue: 0.84 , saturation: 0.76 and the lightness value of d61dca is 0.48.

The process color (four color CMYK) of #d61dca color code is 0.00, 0.86, 0.06, 0.16. Web safe color of #d61dca is #cc33cc. Color #d61dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011101 11001010
Octal 326 35 312
Decimal 214 29 202
Hex D6 1D CA

RGB Percentages of Color #d61dca

%48.09
%6.52
%45.39

CMYK Percentages of Color #d61dca

%0
%86
%6
%16

Triadic Colors of #d61dca

#d61dca #cad61d #1dcad6

Analogous Colors of #d61dca

#d61dca #d61d6e #861dd6

Monochromatic Colors of #d61dca

#d61dca

Complementary Color

#d61dca #1dd629

#d61dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61dca Color CSS Codes

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

#d61dca Text Font Color

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

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


#d61dca Background Color

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

This div background color is #d61dca


#d61dca Border Color

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

This div border color is #d61dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61dca


Comments

No comments written yet.

Please login to write comment.