Color Hex Logo

#d0667a Color Hex

#D0667A
(208,102,122)
0 Favorites   0 Comments

Color spaces of #d0667a

RGB 208102122
HSL0.970.530.61
HSV349°51°82°
CMYK 0.000.510.41   0.18
XYZ34.276624.317821.2996
Yxy24.31780.42900.3044
Hunter Lab49.313137.77418.9103
CIE-Lab56.404643.80738.7351

#d0667a color RGB value is (208,102,122).

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

The process color (four color CMYK) of #d0667a color hex is 0.00, 0.51, 0.41, 0.18. Web safe color of #d0667a is #cc6666. Color #d0667a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100110 01111010
Octal 320 146 172
Decimal 208 102 122
Hex D0 66 7A

RGB Percentages of Color #d0667a

%48.15
%23.61
%28.24

CMYK Percentages of Color #d0667a

%0
%51
%41
%18

Triadic Colors of #d0667a

#d0667a #7ad066 #667ad0

Analogous Colors of #d0667a

#d0667a #d08766 #d066af

Monochromatic Colors of #d0667a

#d0667a

Complementary Color

#d0667a #66d0bc

#d0667a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0667a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0667a Color CSS Codes

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

#d0667a Text Font Color

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

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


#d0667a Background Color

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

This div background color is #d0667a


#d0667a Border Color

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

This div border color is #d0667a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0667a


Comments

No comments written yet.

Please login to write comment.