Color Hex Logo

#d32eab Color Hex

#D32EAB
(211,46,171)
0 Favorites   0 Comments

Color spaces of #d32eab

RGB 21146171
HSL0.870.650.50
HSV315°78°83°
CMYK 0.000.780.19   0.17
XYZ35.191618.743140.2911
Yxy18.74310.37350.1989
Hunter Lab43.293369.3331-24.8732
CIE-Lab50.385372.8916-29.1289

#d32eab color RGB value is (211,46,171).

#d32eab hex color red value is 211, green value is 46 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d32eab hue: 0.87 , saturation: 0.65 and the lightness value of d32eab is 0.50.

The process color (four color CMYK) of #d32eab color hex is 0.00, 0.78, 0.19, 0.17. Web safe color of #d32eab is #cc3399. Color #d32eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101110 10101011
Octal 323 56 253
Decimal 211 46 171
Hex D3 2E AB

RGB Percentages of Color #d32eab

%49.30
%10.75
%39.95

CMYK Percentages of Color #d32eab

%0
%78
%19
%17

Triadic Colors of #d32eab

#d32eab #abd32e #2eabd3

Analogous Colors of #d32eab

#d32eab #d32e59 #a92ed3

Monochromatic Colors of #d32eab

#d32eab

Complementary Color

#d32eab #2ed356

#d32eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32eab Color CSS Codes

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

#d32eab Text Font Color

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

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


#d32eab Background Color

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

This div background color is #d32eab


#d32eab Border Color

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

This div border color is #d32eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,46,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d32eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d32eab;
  -webkit-box-shadow: 1px 1px 3px 2px #d32eab;
  box-shadow:         1px 1px 3px 2px #d32eab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,46,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32eab


Comments

No comments written yet.

Please login to write comment.