Color Hex Logo

#d773eb Color Hex

#D773EB
(215,115,235)
0 Favorites   0 Comments

Color spaces of #d773eb

RGB 215115235
HSL0.810.750.69
HSV290°51°92°
CMYK 0.090.510.00   0.08
XYZ49.150532.706782.3198
Yxy32.70670.29940.1992
Hunter Lab57.189853.3258-45.3101
CIE-Lab63.922756.8339-44.4007

#d773eb color RGB value is (215,115,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110011 11101011
Octal 327 163 353
Decimal 215 115 235
Hex D7 73 EB

RGB Percentages of Color #d773eb

%38.05
%20.35
%41.59

CMYK Percentages of Color #d773eb

%9
%51
%0
%8

Triadic Colors of #d773eb

#d773eb #ebd773 #73ebd7

Analogous Colors of #d773eb

#d773eb #eb73c3 #9b73eb

Monochromatic Colors of #d773eb

#d773eb

Complementary Color

#d773eb #87eb73

#d773eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d773eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d773eb Color CSS Codes

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

#d773eb Text Font Color

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

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


#d773eb Background Color

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

This div background color is #d773eb


#d773eb Border Color

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

This div border color is #d773eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d773eb


Comments

No comments written yet.

Please login to write comment.