Color Hex Logo

#d331ab Color Hex

#D331AB
(211,49,171)
0 Favorites   0 Comments

Color spaces of #d331ab

RGB 21149171
HSL0.870.650.51
HSV315°77°83°
CMYK 0.000.770.19   0.17
XYZ35.313018.985840.3315
Yxy18.98580.37320.2006
Hunter Lab43.572768.4111-24.3788
CIE-Lab50.670672.0742-28.6850

#d331ab color RGB value is (211,49,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110001 10101011
Octal 323 61 253
Decimal 211 49 171
Hex D3 31 AB

RGB Percentages of Color #d331ab

%48.96
%11.37
%39.68

CMYK Percentages of Color #d331ab

%0
%77
%19
%17

Triadic Colors of #d331ab

#d331ab #abd331 #31abd3

Analogous Colors of #d331ab

#d331ab #d3315a #aa31d3

Monochromatic Colors of #d331ab

#d331ab

Complementary Color

#d331ab #31d359

#d331ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d331ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d331ab Color CSS Codes

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

#d331ab Text Font Color

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

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


#d331ab Background Color

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

This div background color is #d331ab


#d331ab Border Color

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

This div border color is #d331ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d331ab


Comments

No comments written yet.

Please login to write comment.