Color Hex Logo

#eb62ff Color Hex

#EB62FF
(235,98,255)
0 Favorites   0 Comments

Color spaces of #eb62ff

RGB 23598255
HSL0.811.000.69
HSV292°62°100°
CMYK 0.080.620.00   0.00
XYZ56.678633.617598.1093
Yxy33.61750.30080.1784
Hunter Lab57.980673.0256-59.7385
CIE-Lab64.657873.1898-54.1079

#eb62ff color RGB value is (235,98,255).

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

The process color (four color CMYK) of #eb62ff color hex is 0.08, 0.62, 0.00, 0.00. Web safe color of #eb62ff is #ff66ff. Color #eb62ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100010 11111111
Octal 353 142 377
Decimal 235 98 255
Hex EB 62 FF

RGB Percentages of Color #eb62ff

%39.97
%16.67
%43.37

CMYK Percentages of Color #eb62ff

%8
%62
%0
%0

Triadic Colors of #eb62ff

#eb62ff #ffeb62 #62ffeb

Analogous Colors of #eb62ff

#eb62ff #ff62c5 #9d62ff

Monochromatic Colors of #eb62ff

#eb62ff

Complementary Color

#eb62ff #76ff62

#eb62ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb62ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb62ff Color CSS Codes

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

#eb62ff Text Font Color

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

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


#eb62ff Background Color

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

This div background color is #eb62ff


#eb62ff Border Color

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

This div border color is #eb62ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb62ff

Related Colors


Comments

No comments written yet.

Please login to write comment.