Color Hex Logo

#d73cca Color Hex

#D73CCA
(215,60,202)
0 Favorites   0 Comments

Color spaces of #d73cca

RGB 21560202
HSL0.850.660.54
HSV305°72°84°
CMYK 0.000.720.06   0.16
XYZ40.300921.943157.9885
Yxy21.94310.33520.1825
Hunter Lab46.843571.5931-40.6059
CIE-Lab53.966674.0515-41.4832

#d73cca color RGB value is (215,60,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111100 11001010
Octal 327 74 312
Decimal 215 60 202
Hex D7 3C CA

RGB Percentages of Color #d73cca

%45.07
%12.58
%42.35

CMYK Percentages of Color #d73cca

%0
%72
%6
%16

Triadic Colors of #d73cca

#d73cca #cad73c #3ccad7

Analogous Colors of #d73cca

#d73cca #d73c7d #973cd7

Monochromatic Colors of #d73cca

#d73cca

Complementary Color

#d73cca #3cd749

#d73cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73cca Color CSS Codes

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

#d73cca Text Font Color

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

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


#d73cca Background Color

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

This div background color is #d73cca


#d73cca Border Color

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

This div border color is #d73cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73cca


Comments

No comments written yet.

Please login to write comment.