Color Hex Logo

#eb63dc Color Hex

#EB63DC
(235,99,220)
0 Favorites   0 Comments

Color spaces of #eb63dc

RGB 23599220
HSL0.850.770.65
HSV307°58°92°
CMYK 0.000.580.06   0.08
XYZ51.641131.753271.1173
Yxy31.75320.33420.2055
Hunter Lab56.350064.9712-35.3828
CIE-Lab63.138466.8821-37.0820

#eb63dc color RGB value is (235,99,220).

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

The process color (four color CMYK) of #eb63dc color hex is 0.00, 0.58, 0.06, 0.08. Web safe color of #eb63dc is #ff66cc. Color #eb63dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100011 11011100
Octal 353 143 334
Decimal 235 99 220
Hex EB 63 DC

RGB Percentages of Color #eb63dc

%42.42
%17.87
%39.71

CMYK Percentages of Color #eb63dc

%0
%58
%6
%8

Triadic Colors of #eb63dc

#eb63dc #dceb63 #63dceb

Analogous Colors of #eb63dc

#eb63dc #eb6398 #b663eb

Monochromatic Colors of #eb63dc

#eb63dc

Complementary Color

#eb63dc #63eb72

#eb63dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb63dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb63dc Color CSS Codes

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

#eb63dc Text Font Color

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

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


#eb63dc Background Color

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

This div background color is #eb63dc


#eb63dc Border Color

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

This div border color is #eb63dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb63dc


Comments

No comments written yet.

Please login to write comment.