Color Hex Logo

#d73ead Color Hex

#D73EAD
(215,62,173)
0 Favorites   0 Comments

Color spaces of #d73ead

RGB 21562173
HSL0.880.660.54
HSV316°71°84°
CMYK 0.000.710.20   0.16
XYZ37.289820.909541.6057
Yxy20.90950.37360.2095
Hunter Lab45.726965.5427-21.9376
CIE-Lab52.850369.2647-26.4238

#d73ead color RGB value is (215,62,173).

#d73ead hex color red value is 215, green value is 62 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d73ead hue: 0.88 , saturation: 0.66 and the lightness value of d73ead is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111110 10101101
Octal 327 76 255
Decimal 215 62 173
Hex D7 3E AD

RGB Percentages of Color #d73ead

%47.78
%13.78
%38.44

CMYK Percentages of Color #d73ead

%0
%71
%20
%16

Triadic Colors of #d73ead

#d73ead #add73e #3eadd7

Analogous Colors of #d73ead

#d73ead #d73e61 #b53ed7

Monochromatic Colors of #d73ead

#d73ead

Complementary Color

#d73ead #3ed768

#d73ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73ead Color CSS Codes

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

#d73ead Text Font Color

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

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


#d73ead Background Color

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

This div background color is #d73ead


#d73ead Border Color

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

This div border color is #d73ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,62,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d73ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d73ead;
  -webkit-box-shadow: 1px 1px 3px 2px #d73ead;
  box-shadow:         1px 1px 3px 2px #d73ead; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,62,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73ead


Comments

No comments written yet.

Please login to write comment.