Color Hex Logo

#d670ce Color Hex

#D670CE
(214,112,206)
0 Favorites   0 Comments

Color spaces of #d670ce

RGB 214112206
HSL0.850.550.64
HSV305°48°84°
CMYK 0.000.480.04   0.16
XYZ44.666330.340761.8947
Yxy30.34070.32630.2216
Hunter Lab55.082448.3514-28.0650
CIE-Lab61.947152.7534-31.2851

#d670ce color RGB value is (214,112,206).

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

The process color (four color CMYK) of #d670ce color hex is 0.00, 0.48, 0.04, 0.16. Web safe color of #d670ce is #cc66cc. Color #d670ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110000 11001110
Octal 326 160 316
Decimal 214 112 206
Hex D6 70 CE

RGB Percentages of Color #d670ce

%40.23
%21.05
%38.72

CMYK Percentages of Color #d670ce

%0
%48
%4
%16

Triadic Colors of #d670ce

#d670ce #ced670 #70ced6

Analogous Colors of #d670ce

#d670ce #d6709b #ab70d6

Monochromatic Colors of #d670ce

#d670ce

Complementary Color

#d670ce #70d678

#d670ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d670ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d670ce Color CSS Codes

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

#d670ce Text Font Color

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

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


#d670ce Background Color

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

This div background color is #d670ce


#d670ce Border Color

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

This div border color is #d670ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d670ce


Comments

No comments written yet.

Please login to write comment.