Color Hex Logo

#d670dc Color Hex

#D670DC
(214,112,220)
0 Favorites   0 Comments

Color spaces of #d670dc

RGB 214112220
HSL0.820.610.65
HSV297°49°86°
CMYK 0.030.490.00   0.14
XYZ46.444031.051871.2559
Yxy31.05180.31220.2087
Hunter Lab55.724151.2559-36.8088
CIE-Lab62.551355.2390-38.2068

#d670dc color RGB value is (214,112,220).

#d670dc hex color red value is 214, green value is 112 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d670dc hue: 0.82 , saturation: 0.61 and the lightness value of d670dc is 0.65.

The process color (four color CMYK) of #d670dc color hex is 0.03, 0.49, 0.00, 0.14. Web safe color of #d670dc is #cc66cc. Color #d670dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110000 11011100
Octal 326 160 334
Decimal 214 112 220
Hex D6 70 DC

RGB Percentages of Color #d670dc

%39.19
%20.51
%40.29

CMYK Percentages of Color #d670dc

%3
%49
%0
%14

Triadic Colors of #d670dc

#d670dc #dcd670 #70dcd6

Analogous Colors of #d670dc

#d670dc #dc70ac #a070dc

Monochromatic Colors of #d670dc

#d670dc

Complementary Color

#d670dc #76dc70

#d670dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d670dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d670dc Color CSS Codes

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

#d670dc Text Font Color

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

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


#d670dc Background Color

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

This div background color is #d670dc


#d670dc Border Color

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

This div border color is #d670dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d670dc


Comments

No comments written yet.

Please login to write comment.