Color Hex Logo

#d067ce Color Hex

#D067CE
(208,103,206)
0 Favorites   0 Comments

Color spaces of #d067ce

RGB 208103206
HSL0.840.530.61
HSV301°50°82°
CMYK 0.000.500.01   0.18
XYZ42.003327.566661.4996
Yxy27.56660.32050.2103
Hunter Lab52.503950.9188-32.6956
CIE-Lab59.495255.4379-35.1592

#d067ce color RGB value is (208,103,206).

#d067ce hex color red value is 208, green value is 103 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d067ce hue: 0.84 , saturation: 0.53 and the lightness value of d067ce is 0.61.

The process color (four color CMYK) of #d067ce color hex is 0.00, 0.50, 0.01, 0.18. Web safe color of #d067ce is #cc66cc. Color #d067ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100111 11001110
Octal 320 147 316
Decimal 208 103 206
Hex D0 67 CE

RGB Percentages of Color #d067ce

%40.23
%19.92
%39.85

CMYK Percentages of Color #d067ce

%0
%50
%1
%18

Triadic Colors of #d067ce

#d067ce #ced067 #67ced0

Analogous Colors of #d067ce

#d067ce #d0679a #9e67d0

Monochromatic Colors of #d067ce

#d067ce

Complementary Color

#d067ce #67d069

#d067ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d067ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d067ce Color CSS Codes

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

#d067ce Text Font Color

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

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


#d067ce Background Color

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

This div background color is #d067ce


#d067ce Border Color

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

This div border color is #d067ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d067ce


Comments

No comments written yet.

Please login to write comment.