Color Hex Logo

#d0065f Color Hex

#D0065F
(208,6,95)
0 Favorites   0 Comments

Color spaces of #d0065f

RGB 208695
HSL0.930.940.42
HSV334°97°82°
CMYK 0.000.970.54   0.18
XYZ28.143114.366412.1162
Yxy14.36640.51520.2630
Hunter Lab37.903066.20647.5793
CIE-Lab44.753971.38838.5502

#d0065f color RGB value is (208,6,95).

#d0065f hex color red value is 208, green value is 6 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d0065f hue: 0.93 , saturation: 0.94 and the lightness value of d0065f is 0.42.

The process color (four color CMYK) of #d0065f color hex is 0.00, 0.97, 0.54, 0.18. Web safe color of #d0065f is #cc0066. Color #d0065f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000110 01011111
Octal 320 6 137
Decimal 208 6 95
Hex D0 6 5F

RGB Percentages of Color #d0065f

%67.31
%1.94
%30.74

CMYK Percentages of Color #d0065f

%0
%97
%54
%18

Triadic Colors of #d0065f

#d0065f #5fd006 #065fd0

Analogous Colors of #d0065f

#d0065f #d01206 #d006c4

Monochromatic Colors of #d0065f

#d0065f

Complementary Color

#d0065f #06d077

#d0065f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0065f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0065f Color CSS Codes

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

#d0065f Text Font Color

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

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


#d0065f Background Color

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

This div background color is #d0065f


#d0065f Border Color

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

This div border color is #d0065f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0065f


Comments

No comments written yet.

Please login to write comment.