Color Hex Logo

#d0229a Color Hex

#D0229A
(208,34,154)
0 Favorites   0 Comments

Color spaces of #d0229a

RGB 20834154
HSL0.890.720.47
HSV319°84°82°
CMYK 0.000.840.26   0.18
XYZ32.417216.887032.1228
Yxy16.88700.39810.2074
Hunter Lab41.093868.8971-17.5810
CIE-Lab48.117372.9727-22.5947

#d0229a color RGB value is (208,34,154).

#d0229a hex color red value is 208, green value is 34 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #d0229a hue: 0.89 , saturation: 0.72 and the lightness value of d0229a is 0.47.

The process color (four color CMYK) of #d0229a color hex is 0.00, 0.84, 0.26, 0.18. Web safe color of #d0229a is #cc3399. Color #d0229a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100010 10011010
Octal 320 42 232
Decimal 208 34 154
Hex D0 22 9A

RGB Percentages of Color #d0229a

%52.53
%8.59
%38.89

CMYK Percentages of Color #d0229a

%0
%84
%26
%18

Triadic Colors of #d0229a

#d0229a #9ad022 #229ad0

Analogous Colors of #d0229a

#d0229a #d02243 #af22d0

Monochromatic Colors of #d0229a

#d0229a

Complementary Color

#d0229a #22d058

#d0229a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0229a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0229a Color CSS Codes

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

#d0229a Text Font Color

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

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


#d0229a Background Color

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

This div background color is #d0229a


#d0229a Border Color

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

This div border color is #d0229a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0229a


Comments

No comments written yet.

Please login to write comment.