Color Hex Logo

#d73cde Color Hex

#D73CDE
(215,60,222)
0 Favorites   0 Comments

Color spaces of #d73cde

RGB 21560222
HSL0.830.710.55
HSV297°73°87°
CMYK 0.030.730.00   0.13
XYZ42.825022.952771.2804
Yxy22.95270.31250.1675
Hunter Lab47.909075.7173-54.6771
CIE-Lab55.023677.1793-51.2056

#d73cde color RGB value is (215,60,222).

#d73cde hex color red value is 215, green value is 60 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d73cde hue: 0.83 , saturation: 0.71 and the lightness value of d73cde is 0.55.

The process color (four color CMYK) of #d73cde color hex is 0.03, 0.73, 0.00, 0.13. Web safe color of #d73cde is #cc33cc. Color #d73cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111100 11011110
Octal 327 74 336
Decimal 215 60 222
Hex D7 3C DE

RGB Percentages of Color #d73cde

%43.26
%12.07
%44.67

CMYK Percentages of Color #d73cde

%3
%73
%0
%13

Triadic Colors of #d73cde

#d73cde #ded73c #3cded7

Analogous Colors of #d73cde

#d73cde #de3c94 #863cde

Monochromatic Colors of #d73cde

#d73cde

Complementary Color

#d73cde #43de3c

#d73cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73cde Color CSS Codes

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

#d73cde Text Font Color

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

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


#d73cde Background Color

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

This div background color is #d73cde


#d73cde Border Color

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

This div border color is #d73cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73cde


Comments

No comments written yet.

Please login to write comment.