Color Hex Logo

#d668dc Color Hex

#D668DC
(214,104,220)
0 Favorites   0 Comments

Color spaces of #d668dc

RGB 214104220
HSL0.820.620.64
HSV297°53°86°
CMYK 0.030.530.00   0.14
XYZ45.600129.364170.9746
Yxy29.36410.31250.2012
Hunter Lab54.188755.3788-39.7241
CIE-Lab61.101659.0879-40.4775

#d668dc color RGB value is (214,104,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101000 11011100
Octal 326 150 334
Decimal 214 104 220
Hex D6 68 DC

RGB Percentages of Color #d668dc

%39.78
%19.33
%40.89

CMYK Percentages of Color #d668dc

%3
%53
%0
%14

Triadic Colors of #d668dc

#d668dc #dcd668 #68dcd6

Analogous Colors of #d668dc

#d668dc #dc68a8 #9c68dc

Monochromatic Colors of #d668dc

#d668dc

Complementary Color

#d668dc #6edc68

#d668dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d668dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d668dc Color CSS Codes

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

#d668dc Text Font Color

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

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


#d668dc Background Color

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

This div background color is #d668dc


#d668dc Border Color

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

This div border color is #d668dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d668dc


Comments

No comments written yet.

Please login to write comment.