Color Hex Logo

#d537a2 Color Hex

#D537A2
(213,55,162)
0 Favorites   0 Comments

Color spaces of #d537a2

RGB 21355162
HSL0.890.650.53
HSV319°74°84°
CMYK 0.000.740.24   0.16
XYZ35.328319.487136.0818
Yxy19.48710.38870.2144
Hunter Lab44.144265.6000-17.5605
CIE-Lab51.252369.6188-22.4488

#d537a2 color RGB value is (213,55,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110111 10100010
Octal 325 67 242
Decimal 213 55 162
Hex D5 37 A2

RGB Percentages of Color #d537a2

%49.53
%12.79
%37.67

CMYK Percentages of Color #d537a2

%0
%74
%24
%16

Triadic Colors of #d537a2

#d537a2 #a2d537 #37a2d5

Analogous Colors of #d537a2

#d537a2 #d53753 #b937d5

Monochromatic Colors of #d537a2

#d537a2

Complementary Color

#d537a2 #37d56a

#d537a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d537a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d537a2 Color CSS Codes

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

#d537a2 Text Font Color

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

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


#d537a2 Background Color

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

This div background color is #d537a2


#d537a2 Border Color

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

This div border color is #d537a2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d537a2


Comments

No comments written yet.

Please login to write comment.