Color Hex Logo

#d332ab Color Hex

#D332AB
(211,50,171)
0 Favorites   0 Comments

Color spaces of #d332ab

RGB 21150171
HSL0.870.650.51
HSV315°76°83°
CMYK 0.000.760.19   0.17
XYZ35.355319.070440.3456
Yxy19.07040.37310.2012
Hunter Lab43.669768.0931-24.2082
CIE-Lab50.769571.7915-28.5312

#d332ab color RGB value is (211,50,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110010 10101011
Octal 323 62 253
Decimal 211 50 171
Hex D3 32 AB

RGB Percentages of Color #d332ab

%48.84
%11.57
%39.58

CMYK Percentages of Color #d332ab

%0
%76
%19
%17

Triadic Colors of #d332ab

#d332ab #abd332 #32abd3

Analogous Colors of #d332ab

#d332ab #d3325a #ab32d3

Monochromatic Colors of #d332ab

#d332ab

Complementary Color

#d332ab #32d35a

#d332ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d332ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d332ab Color CSS Codes

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

#d332ab Text Font Color

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

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


#d332ab Background Color

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

This div background color is #d332ab


#d332ab Border Color

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

This div border color is #d332ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,50,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 #d332ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d332ab


Comments

No comments written yet.

Please login to write comment.