Color Hex Logo

#d538ab Color Hex

#D538AB
(213,56,171)
0 Favorites   0 Comments

Color spaces of #d538ab

RGB 21356171
HSL0.880.650.53
HSV316°74°84°
CMYK 0.000.740.20   0.16
XYZ36.205419.914840.4638
Yxy19.91480.37490.2062
Hunter Lab44.626066.7228-22.5219
CIE-Lab51.740770.4642-26.9968

#d538ab color RGB value is (213,56,171).

#d538ab hex color red value is 213, green value is 56 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d538ab hue: 0.88 , saturation: 0.65 and the lightness value of d538ab is 0.53.

The process color (four color CMYK) of #d538ab color hex is 0.00, 0.74, 0.20, 0.16. Web safe color of #d538ab is #cc3399. Color #d538ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111000 10101011
Octal 325 70 253
Decimal 213 56 171
Hex D5 38 AB

RGB Percentages of Color #d538ab

%48.41
%12.73
%38.86

CMYK Percentages of Color #d538ab

%0
%74
%20
%16

Triadic Colors of #d538ab

#d538ab #abd538 #38abd5

Analogous Colors of #d538ab

#d538ab #d5385d #b138d5

Monochromatic Colors of #d538ab

#d538ab

Complementary Color

#d538ab #38d562

#d538ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d538ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d538ab Color CSS Codes

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

#d538ab Text Font Color

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

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


#d538ab Background Color

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

This div background color is #d538ab


#d538ab Border Color

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

This div border color is #d538ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d538ab


Comments

No comments written yet.

Please login to write comment.