Color Hex Logo

#d229ba Color Hex

#D229BA
(210,41,186)
0 Favorites   0 Comments

Color spaces of #d229ba

RGB 21041186
HSL0.860.670.49
HSV309°80°82°
CMYK 0.000.800.11   0.18
XYZ36.234218.832748.1797
Yxy18.83270.35090.1824
Hunter Lab43.396773.0951-35.4471
CIE-Lab50.490975.9476-37.7651

#d229ba color RGB value is (210,41,186).

#d229ba hex color red value is 210, green value is 41 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d229ba hue: 0.86 , saturation: 0.67 and the lightness value of d229ba is 0.49.

The process color (four color CMYK) of #d229ba color hex is 0.00, 0.80, 0.11, 0.18. Web safe color of #d229ba is #cc33cc. Color #d229ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00101001 10111010
Octal 322 51 272
Decimal 210 41 186
Hex D2 29 BA

RGB Percentages of Color #d229ba

%48.05
%9.38
%42.56

CMYK Percentages of Color #d229ba

%0
%80
%11
%18

Triadic Colors of #d229ba

#d229ba #bad229 #29bad2

Analogous Colors of #d229ba

#d229ba #d22966 #9629d2

Monochromatic Colors of #d229ba

#d229ba

Complementary Color

#d229ba #29d241

#d229ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d229ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d229ba Color CSS Codes

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

#d229ba Text Font Color

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

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


#d229ba Background Color

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

This div background color is #d229ba


#d229ba Border Color

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

This div border color is #d229ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,41,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d229ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d229ba;
  -webkit-box-shadow: 1px 1px 3px 2px #d229ba;
  box-shadow:         1px 1px 3px 2px #d229ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,41,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d229ba


Comments

No comments written yet.

Please login to write comment.