Color Hex Logo

#e602ff Color Hex

#E602FF
(230,2,255)
0 Favorites   0 Comments

Color spaces of #e602ff

RGB 2302255
HSL0.821.000.50
HSV294°99°100°
CMYK 0.100.990.00   0.00
XYZ50.704824.086496.5844
Yxy24.08640.29590.1405
Hunter Lab49.077998.5308-82.3271
CIE-Lab56.174294.4193-67.7288

#e602ff color RGB value is (230,2,255).

#e602ff hex color red value is 230, green value is 2 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e602ff hue: 0.82 , saturation: 1.00 and the lightness value of e602ff is 0.50.

The process color (four color CMYK) of #e602ff color hex is 0.10, 0.99, 0.00, 0.00. Web safe color of #e602ff is #ff00ff. Color #e602ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000010 11111111
Octal 346 2 377
Decimal 230 2 255
Hex E6 2 FF

RGB Percentages of Color #e602ff

%47.23
%0.41
%52.36

CMYK Percentages of Color #e602ff

%10
%99
%0
%0

Triadic Colors of #e602ff

#e602ff #ffe602 #02ffe6

Analogous Colors of #e602ff

#e602ff #ff029a #6802ff

Monochromatic Colors of #e602ff

#e602ff

Complementary Color

#e602ff #1bff02

#e602ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e602ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e602ff Color CSS Codes

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

#e602ff Text Font Color

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

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


#e602ff Background Color

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

This div background color is #e602ff


#e602ff Border Color

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

This div border color is #e602ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e602ff


Comments

No comments written yet.

Please login to write comment.