Color Hex Logo

#d0429b Color Hex

#D0429B
(208,66,155)
0 Favorites   0 Comments

Color spaces of #d0429b

RGB 20866155
HSL0.900.600.54
HSV322°68°82°
CMYK 0.000.680.25   0.18
XYZ33.877019.672933.0221
Yxy19.67290.39130.2272
Hunter Lab44.354158.7158-13.0941
CIE-Lab51.465463.7086-18.0533

#d0429b color RGB value is (208,66,155).

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

The process color (four color CMYK) of #d0429b color hex is 0.00, 0.68, 0.25, 0.18. Web safe color of #d0429b is #cc3399. Color #d0429b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000010 10011011
Octal 320 102 233
Decimal 208 66 155
Hex D0 42 9B

RGB Percentages of Color #d0429b

%48.48
%15.38
%36.13

CMYK Percentages of Color #d0429b

%0
%68
%25
%18

Triadic Colors of #d0429b

#d0429b #9bd042 #429bd0

Analogous Colors of #d0429b

#d0429b #d04254 #be42d0

Monochromatic Colors of #d0429b

#d0429b

Complementary Color

#d0429b #42d077

#d0429b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0429b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0429b Color CSS Codes

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

#d0429b Text Font Color

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

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


#d0429b Background Color

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

This div background color is #d0429b


#d0429b Border Color

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

This div border color is #d0429b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0429b


Comments

No comments written yet.

Please login to write comment.