Color Hex Logo

#d06cef Color Hex

#D06CEF
(208,108,239)
0 Favorites   0 Comments

Color spaces of #d06cef

RGB 208108239
HSL0.790.800.68
HSV286°55°94°
CMYK 0.130.550.00   0.06
XYZ46.955030.367085.0480
Yxy30.36700.28920.1870
Hunter Lab55.106355.6605-52.9306
CIE-Lab61.969659.1856-49.7591

#d06cef color RGB value is (208,108,239).

#d06cef hex color red value is 208, green value is 108 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d06cef hue: 0.79 , saturation: 0.80 and the lightness value of d06cef is 0.68.

The process color (four color CMYK) of #d06cef color hex is 0.13, 0.55, 0.00, 0.06. Web safe color of #d06cef is #cc66ff. Color #d06cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101100 11101111
Octal 320 154 357
Decimal 208 108 239
Hex D0 6C EF

RGB Percentages of Color #d06cef

%37.48
%19.46
%43.06

CMYK Percentages of Color #d06cef

%13
%55
%0
%6

Triadic Colors of #d06cef

#d06cef #efd06c #6cefd0

Analogous Colors of #d06cef

#d06cef #ef6ccd #8f6cef

Monochromatic Colors of #d06cef

#d06cef

Complementary Color

#d06cef #8bef6c

#d06cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06cef Color CSS Codes

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

#d06cef Text Font Color

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

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


#d06cef Background Color

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

This div background color is #d06cef


#d06cef Border Color

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

This div border color is #d06cef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,108,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d06cef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d06cef;
  -webkit-box-shadow: 1px 1px 3px 2px #d06cef;
  box-shadow:         1px 1px 3px 2px #d06cef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,108,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06cef


Comments

No comments written yet.

Please login to write comment.