Color Hex Logo

#d0449b Color Hex

#D0449B
(208,68,155)
0 Favorites   0 Comments

Color spaces of #d0449b

RGB 20868155
HSL0.900.600.54
HSV323°67°82°
CMYK 0.000.670.25   0.18
XYZ33.995919.910733.0617
Yxy19.91070.39090.2289
Hunter Lab44.621457.9071-12.6952
CIE-Lab51.736162.9559-17.6402

#d0449b color RGB value is (208,68,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000100 10011011
Octal 320 104 233
Decimal 208 68 155
Hex D0 44 9B

RGB Percentages of Color #d0449b

%48.26
%15.78
%35.96

CMYK Percentages of Color #d0449b

%0
%67
%25
%18

Triadic Colors of #d0449b

#d0449b #9bd044 #449bd0

Analogous Colors of #d0449b

#d0449b #d04455 #bf44d0

Monochromatic Colors of #d0449b

#d0449b

Complementary Color

#d0449b #44d079

#d0449b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0449b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0449b Color CSS Codes

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

#d0449b Text Font Color

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

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


#d0449b Background Color

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

This div background color is #d0449b


#d0449b Border Color

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

This div border color is #d0449b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,68,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 #d0449b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0449b


Comments

No comments written yet.

Please login to write comment.