Color Hex Logo

#d24abb Color Hex

#D24ABB
(210,74,187)
0 Favorites   0 Comments

Color spaces of #d24abb

RGB 21074187
HSL0.860.600.56
HSV310°65°82°
CMYK 0.000.650.11   0.18
XYZ37.996822.187149.2936
Yxy22.18710.34710.2027
Hunter Lab47.103261.5603-29.0749
CIE-Lab54.225065.6383-32.4926

#d24abb color RGB value is (210,74,187).

#d24abb hex color red value is 210, green value is 74 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d24abb hue: 0.86 , saturation: 0.60 and the lightness value of d24abb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001010 10111011
Octal 322 112 273
Decimal 210 74 187
Hex D2 4A BB

RGB Percentages of Color #d24abb

%44.59
%15.71
%39.70

CMYK Percentages of Color #d24abb

%0
%65
%11
%18

Triadic Colors of #d24abb

#d24abb #bbd24a #4abbd2

Analogous Colors of #d24abb

#d24abb #d24a77 #a54ad2

Monochromatic Colors of #d24abb

#d24abb

Complementary Color

#d24abb #4ad261

#d24abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24abb Color CSS Codes

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

#d24abb Text Font Color

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

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


#d24abb Background Color

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

This div background color is #d24abb


#d24abb Border Color

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

This div border color is #d24abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24abb


Comments

No comments written yet.

Please login to write comment.