Color Hex Logo

#e602dd Color Hex

#E602DD
(230,2,221)
0 Favorites   0 Comments

Color spaces of #e602dd

RGB 2302221
HSL0.840.980.45
HSV302°99°90°
CMYK 0.000.990.04   0.10
XYZ45.706022.086970.2608
Yxy22.08690.33110.1600
Hunter Lab46.996791.3535-55.7418
CIE-Lab54.119189.4878-51.9331

#e602dd color RGB value is (230,2,221).

#e602dd hex color red value is 230, green value is 2 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e602dd hue: 0.84 , saturation: 0.98 and the lightness value of e602dd is 0.45.

The process color (four color CMYK) of #e602dd color hex is 0.00, 0.99, 0.04, 0.10. Web safe color of #e602dd is #ff00cc. Color #e602dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000010 11011101
Octal 346 2 335
Decimal 230 2 221
Hex E6 2 DD

RGB Percentages of Color #e602dd

%50.77
%0.44
%48.79

CMYK Percentages of Color #e602dd

%0
%99
%4
%10

Triadic Colors of #e602dd

#e602dd #dde602 #02dde6

Analogous Colors of #e602dd

#e602dd #e6026b #7d02e6

Monochromatic Colors of #e602dd

#e602dd

Complementary Color

#e602dd #02e60b

#e602dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e602dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e602dd Color CSS Codes

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

#e602dd Text Font Color

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

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


#e602dd Background Color

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

This div background color is #e602dd


#e602dd Border Color

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

This div border color is #e602dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e602dd


Comments

No comments written yet.

Please login to write comment.