Color Hex Logo

#d773ec Color Hex

#D773EC
(215,115,236)
0 Favorites   0 Comments

Color spaces of #d773ec

RGB 215115236
HSL0.800.760.69
HSV290°51°93°
CMYK 0.090.510.00   0.07
XYZ49.295432.764783.0829
Yxy32.76470.29850.1984
Hunter Lab57.240553.5531-45.9894
CIE-Lab63.969957.0244-44.8805

#d773ec color RGB value is (215,115,236).

#d773ec hex color red value is 215, green value is 115 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d773ec hue: 0.80 , saturation: 0.76 and the lightness value of d773ec is 0.69.

The process color (four color CMYK) of #d773ec color hex is 0.09, 0.51, 0.00, 0.07. Web safe color of #d773ec is #cc66ff. Color #d773ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110011 11101100
Octal 327 163 354
Decimal 215 115 236
Hex D7 73 EC

RGB Percentages of Color #d773ec

%37.99
%20.32
%41.70

CMYK Percentages of Color #d773ec

%9
%51
%0
%7

Triadic Colors of #d773ec

#d773ec #ecd773 #73ecd7

Analogous Colors of #d773ec

#d773ec #ec73c5 #9b73ec

Monochromatic Colors of #d773ec

#d773ec

Complementary Color

#d773ec #88ec73

#d773ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d773ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d773ec Color CSS Codes

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

#d773ec Text Font Color

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

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


#d773ec Background Color

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

This div background color is #d773ec


#d773ec Border Color

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

This div border color is #d773ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d773ec


Comments

No comments written yet.

Please login to write comment.