Color Hex Logo

#d73eca Color Hex

#D73ECA
(215,62,202)
0 Favorites   0 Comments

Color spaces of #d73eca

RGB 21562202
HSL0.850.660.54
HSV305°71°84°
CMYK 0.000.710.06   0.16
XYZ40.407622.156658.0240
Yxy22.15660.33510.1837
Hunter Lab47.070870.8582-40.1370
CIE-Lab54.192873.4078-41.1263

#d73eca color RGB value is (215,62,202).

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

The process color (four color CMYK) of #d73eca color hex is 0.00, 0.71, 0.06, 0.16. Web safe color of #d73eca is #cc33cc. Color #d73eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111110 11001010
Octal 327 76 312
Decimal 215 62 202
Hex D7 3E CA

RGB Percentages of Color #d73eca

%44.89
%12.94
%42.17

CMYK Percentages of Color #d73eca

%0
%71
%6
%16

Triadic Colors of #d73eca

#d73eca #cad73e #3ecad7

Analogous Colors of #d73eca

#d73eca #d73e7e #983ed7

Monochromatic Colors of #d73eca

#d73eca

Complementary Color

#d73eca #3ed74b

#d73eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73eca Color CSS Codes

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

#d73eca Text Font Color

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

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


#d73eca Background Color

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

This div background color is #d73eca


#d73eca Border Color

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

This div border color is #d73eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73eca


Comments

No comments written yet.

Please login to write comment.