Color Hex Logo

#d615a2 Color Hex

#D615A2
(214,21,162)
0 Favorites   0 Comments

Color spaces of #d615a2

RGB 21421162
HSL0.880.820.46
HSV316°90°84°
CMYK 0.000.900.24   0.16
XYZ34.521317.441135.7294
Yxy17.44110.39370.1989
Hunter Lab41.762574.4653-21.4910
CIE-Lab48.811177.3828-26.2057

#d615a2 color RGB value is (214,21,162).

#d615a2 hex color red value is 214, green value is 21 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #d615a2 hue: 0.88 , saturation: 0.82 and the lightness value of d615a2 is 0.46.

The process color (four color CMYK) of #d615a2 color hex is 0.00, 0.90, 0.24, 0.16. Web safe color of #d615a2 is #cc0099. Color #d615a2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010101 10100010
Octal 326 25 242
Decimal 214 21 162
Hex D6 15 A2

RGB Percentages of Color #d615a2

%53.90
%5.29
%40.81

CMYK Percentages of Color #d615a2

%0
%90
%24
%16

Triadic Colors of #d615a2

#d615a2 #a2d615 #15a2d6

Analogous Colors of #d615a2

#d615a2 #d61542 #aa15d6

Monochromatic Colors of #d615a2

#d615a2

Complementary Color

#d615a2 #15d649

#d615a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d615a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d615a2 Color CSS Codes

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

#d615a2 Text Font Color

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

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


#d615a2 Background Color

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

This div background color is #d615a2


#d615a2 Border Color

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

This div border color is #d615a2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d615a2


Comments

No comments written yet.

Please login to write comment.