Color Hex Logo

#d470ca Color Hex

#D470CA
(212,112,202)
0 Favorites   0 Comments

Color spaces of #d470ca

RGB 212112202
HSL0.850.540.64
HSV306°47°83°
CMYK 0.000.470.05   0.17
XYZ43.606229.849759.3404
Yxy29.84970.32840.2248
Hunter Lab54.634946.8567-26.1520
CIE-Lab61.524351.4756-29.7028

#d470ca color RGB value is (212,112,202).

#d470ca hex color red value is 212, green value is 112 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d470ca hue: 0.85 , saturation: 0.54 and the lightness value of d470ca is 0.64.

The process color (four color CMYK) of #d470ca color hex is 0.00, 0.47, 0.05, 0.17. Web safe color of #d470ca is #cc66cc. Color #d470ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110000 11001010
Octal 324 160 312
Decimal 212 112 202
Hex D4 70 CA

RGB Percentages of Color #d470ca

%40.30
%21.29
%38.40

CMYK Percentages of Color #d470ca

%0
%47
%5
%17

Triadic Colors of #d470ca

#d470ca #cad470 #70cad4

Analogous Colors of #d470ca

#d470ca #d47098 #ac70d4

Monochromatic Colors of #d470ca

#d470ca

Complementary Color

#d470ca #70d47a

#d470ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d470ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d470ca Color CSS Codes

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

#d470ca Text Font Color

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

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


#d470ca Background Color

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

This div background color is #d470ca


#d470ca Border Color

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

This div border color is #d470ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d470ca


Comments

No comments written yet.

Please login to write comment.