Color Hex Logo

#d229be Color Hex

#D229BE
(210,41,190)
0 Favorites   0 Comments

Color spaces of #d229be

RGB 21041190
HSL0.850.670.49
HSV307°80°82°
CMYK 0.000.800.10   0.18
XYZ36.665519.005250.4511
Yxy19.00520.34550.1791
Hunter Lab43.595073.8361-38.0980
CIE-Lab50.693376.5080-39.7745

#d229be color RGB value is (210,41,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00101001 10111110
Octal 322 51 276
Decimal 210 41 190
Hex D2 29 BE

RGB Percentages of Color #d229be

%47.62
%9.30
%43.08

CMYK Percentages of Color #d229be

%0
%80
%10
%18

Triadic Colors of #d229be

#d229be #bed229 #29bed2

Analogous Colors of #d229be

#d229be #d2296a #9229d2

Monochromatic Colors of #d229be

#d229be

Complementary Color

#d229be #29d23d

#d229be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d229be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d229be Color CSS Codes

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

#d229be Text Font Color

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

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


#d229be Background Color

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

This div background color is #d229be


#d229be Border Color

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

This div border color is #d229be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d229be


Comments

No comments written yet.

Please login to write comment.