Color Hex Logo

#e763dc Color Hex

#E763DC
(231,99,220)
0 Favorites   0 Comments

Color spaces of #e763dc

RGB 23199220
HSL0.850.730.65
HSV305°57°91°
CMYK 0.000.570.05   0.09
XYZ50.335131.079971.0562
Yxy31.07990.33010.2038
Hunter Lab55.749363.6031-36.5444
CIE-Lab62.575065.8415-38.0036

#e763dc color RGB value is (231,99,220).

#e763dc hex color red value is 231, green value is 99 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e763dc hue: 0.85 , saturation: 0.73 and the lightness value of e763dc is 0.65.

The process color (four color CMYK) of #e763dc color hex is 0.00, 0.57, 0.05, 0.09. Web safe color of #e763dc is #ff66cc. Color #e763dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100011 11011100
Octal 347 143 334
Decimal 231 99 220
Hex E7 63 DC

RGB Percentages of Color #e763dc

%42.00
%18.00
%40.00

CMYK Percentages of Color #e763dc

%0
%57
%5
%9

Triadic Colors of #e763dc

#e763dc #dce763 #63dce7

Analogous Colors of #e763dc

#e763dc #e7639a #b063e7

Monochromatic Colors of #e763dc

#e763dc

Complementary Color

#e763dc #63e76e

#e763dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e763dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e763dc Color CSS Codes

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

#e763dc Text Font Color

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

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


#e763dc Background Color

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

This div background color is #e763dc


#e763dc Border Color

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

This div border color is #e763dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,99,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e763dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e763dc;
  -webkit-box-shadow: 1px 1px 3px 2px #e763dc;
  box-shadow:         1px 1px 3px 2px #e763dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,99,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e763dc


Comments

No comments written yet.

Please login to write comment.