Color Hex Logo

#e602ba Color Hex

#E602BA
(230,2,186)
0 Favorites   0 Comments

Color spaces of #e602ba

RGB 2302186
HSL0.870.980.45
HSV312°99°90°
CMYK 0.000.990.19   0.10
XYZ41.517820.411648.2060
Yxy20.41160.37700.1853
Hunter Lab45.179284.9705-31.6367
CIE-Lab52.299484.9809-34.6747

#e602ba color RGB value is (230,2,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000010 10111010
Octal 346 2 272
Decimal 230 2 186
Hex E6 2 BA

RGB Percentages of Color #e602ba

%55.02
%0.48
%44.50

CMYK Percentages of Color #e602ba

%0
%99
%19
%10

Triadic Colors of #e602ba

#e602ba #bae602 #02bae6

Analogous Colors of #e602ba

#e602ba #e60248 #a002e6

Monochromatic Colors of #e602ba

#e602ba

Complementary Color

#e602ba #02e62e

#e602ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e602ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e602ba Color CSS Codes

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

#e602ba Text Font Color

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

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


#e602ba Background Color

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

This div background color is #e602ba


#e602ba Border Color

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

This div border color is #e602ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e602ba


Comments

No comments written yet.

Please login to write comment.