Color Hex Logo

#d337ab Color Hex

#D337AB
(211,55,171)
0 Favorites   0 Comments

Color spaces of #d337ab

RGB 21155171
HSL0.880.640.52
HSV315°74°83°
CMYK 0.000.740.19   0.17
XYZ35.580819.521540.4208
Yxy19.52150.37250.2044
Hunter Lab44.183166.4260-23.3131
CIE-Lab51.291870.3028-27.7198

#d337ab color RGB value is (211,55,171).

#d337ab hex color red value is 211, green value is 55 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d337ab hue: 0.88 , saturation: 0.64 and the lightness value of d337ab is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110111 10101011
Octal 323 67 253
Decimal 211 55 171
Hex D3 37 AB

RGB Percentages of Color #d337ab

%48.28
%12.59
%39.13

CMYK Percentages of Color #d337ab

%0
%74
%19
%17

Triadic Colors of #d337ab

#d337ab #abd337 #37abd3

Analogous Colors of #d337ab

#d337ab #d3375d #ad37d3

Monochromatic Colors of #d337ab

#d337ab

Complementary Color

#d337ab #37d35f

#d337ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d337ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d337ab Color CSS Codes

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

#d337ab Text Font Color

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

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


#d337ab Background Color

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

This div background color is #d337ab


#d337ab Border Color

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

This div border color is #d337ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d337ab


Comments

No comments written yet.

Please login to write comment.