Color Hex Logo

#d538ac Color Hex

#D538AC
(213,56,172)
0 Favorites   0 Comments

Color spaces of #d538ac

RGB 21356172
HSL0.880.650.53
HSV316°74°84°
CMYK 0.000.740.19   0.16
XYZ36.301119.953040.9678
Yxy19.95300.37340.2052
Hunter Lab44.668866.8917-23.1094
CIE-Lab51.784070.5967-27.5167

#d538ac color RGB value is (213,56,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111000 10101100
Octal 325 70 254
Decimal 213 56 172
Hex D5 38 AC

RGB Percentages of Color #d538ac

%48.30
%12.70
%39.00

CMYK Percentages of Color #d538ac

%0
%74
%19
%16

Triadic Colors of #d538ac

#d538ac #acd538 #38acd5

Analogous Colors of #d538ac

#d538ac #d5385e #b038d5

Monochromatic Colors of #d538ac

#d538ac

Complementary Color

#d538ac #38d561

#d538ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d538ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d538ac Color CSS Codes

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

#d538ac Text Font Color

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

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


#d538ac Background Color

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

This div background color is #d538ac


#d538ac Border Color

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

This div border color is #d538ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,56,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d538ac


Comments

No comments written yet.

Please login to write comment.