Color Hex Logo

#d067be Color Hex

#D067BE
(208,103,190)
0 Favorites   0 Comments

Color spaces of #d067be

RGB 208103190
HSL0.860.530.61
HSV310°50°82°
CMYK 0.000.500.09   0.18
XYZ40.156926.828151.7770
Yxy26.82810.33810.2259
Hunter Lab51.795847.7469-23.0113
CIE-Lab58.814952.7058-27.1158

#d067be color RGB value is (208,103,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100111 10111110
Octal 320 147 276
Decimal 208 103 190
Hex D0 67 BE

RGB Percentages of Color #d067be

%41.52
%20.56
%37.92

CMYK Percentages of Color #d067be

%0
%50
%9
%18

Triadic Colors of #d067be

#d067be #bed067 #67bed0

Analogous Colors of #d067be

#d067be #d0678a #ae67d0

Monochromatic Colors of #d067be

#d067be

Complementary Color

#d067be #67d079

#d067be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d067be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d067be Color CSS Codes

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

#d067be Text Font Color

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

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


#d067be Background Color

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

This div background color is #d067be


#d067be Border Color

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

This div border color is #d067be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d067be


Comments

No comments written yet.

Please login to write comment.