Color Hex Logo

#d0426f Color Hex

#D0426F
(208,66,111)
0 Favorites   0 Comments

Color spaces of #d0426f

RGB 20866111
HSL0.950.600.54
HSV341°68°82°
CMYK 0.000.680.47   0.18
XYZ30.829918.454016.9760
Yxy18.45400.46530.2785
Hunter Lab42.958152.92806.6407
CIE-Lab50.042258.87856.2222

#d0426f color RGB value is (208,66,111).

#d0426f hex color red value is 208, green value is 66 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #d0426f hue: 0.95 , saturation: 0.60 and the lightness value of d0426f is 0.54.

The process color (four color CMYK) of #d0426f color hex is 0.00, 0.68, 0.47, 0.18. Web safe color of #d0426f is #cc3366. Color #d0426f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000010 01101111
Octal 320 102 157
Decimal 208 66 111
Hex D0 42 6F

RGB Percentages of Color #d0426f

%54.03
%17.14
%28.83

CMYK Percentages of Color #d0426f

%0
%68
%47
%18

Triadic Colors of #d0426f

#d0426f #6fd042 #426fd0

Analogous Colors of #d0426f

#d0426f #d05c42 #d042b6

Monochromatic Colors of #d0426f

#d0426f

Complementary Color

#d0426f #42d0a3

#d0426f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0426f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0426f Color CSS Codes

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

#d0426f Text Font Color

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

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


#d0426f Background Color

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

This div background color is #d0426f


#d0426f Border Color

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

This div border color is #d0426f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0426f


Comments

No comments written yet.

Please login to write comment.