Color Hex Logo

#d067df Color Hex

#D067DF
(208,103,223)
0 Favorites   0 Comments

Color spaces of #d067df

RGB 208103223
HSL0.810.650.64
HSV293°54°87°
CMYK 0.070.540.00   0.13
XYZ44.182028.438172.9725
Yxy28.43810.30350.1953
Hunter Lab53.327454.5652-43.8025
CIE-Lab60.282558.5183-43.5020

#d067df color RGB value is (208,103,223).

#d067df hex color red value is 208, green value is 103 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d067df hue: 0.81 , saturation: 0.65 and the lightness value of d067df is 0.64.

The process color (four color CMYK) of #d067df color hex is 0.07, 0.54, 0.00, 0.13. Web safe color of #d067df is #cc66cc. Color #d067df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100111 11011111
Octal 320 147 337
Decimal 208 103 223
Hex D0 67 DF

RGB Percentages of Color #d067df

%38.95
%19.29
%41.76

CMYK Percentages of Color #d067df

%7
%54
%0
%13

Triadic Colors of #d067df

#d067df #dfd067 #67dfd0

Analogous Colors of #d067df

#d067df #df67b2 #9467df

Monochromatic Colors of #d067df

#d067df

Complementary Color

#d067df #76df67

#d067df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d067df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d067df Color CSS Codes

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

#d067df Text Font Color

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

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


#d067df Background Color

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

This div background color is #d067df


#d067df Border Color

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

This div border color is #d067df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d067df


Comments

No comments written yet.

Please login to write comment.