Color Hex Logo

#ea01bc Color Hex

#EA01BC
(234,1,188)
0 Favorites   0 Comments

Color spaces of #ea01bc

RGB 2341188
HSL0.870.990.46
HSV312°100°92°
CMYK 0.001.000.20   0.08
XYZ43.019621.145049.3910
Yxy21.14500.37880.1862
Hunter Lab45.983786.5225-31.4947
CIE-Lab53.107886.0166-34.5198

#ea01bc color RGB value is (234,1,188).

#ea01bc hex color red value is 234, green value is 1 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ea01bc hue: 0.87 , saturation: 0.99 and the lightness value of ea01bc is 0.46.

The process color (four color CMYK) of #ea01bc color hex is 0.00, 1.00, 0.20, 0.08. Web safe color of #ea01bc is #ff00cc. Color #ea01bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000001 10111100
Octal 352 1 274
Decimal 234 1 188
Hex EA 1 BC

RGB Percentages of Color #ea01bc

%55.32
%0.24
%44.44

CMYK Percentages of Color #ea01bc

%0
%100
%20
%8

Triadic Colors of #ea01bc

#ea01bc #bcea01 #01bcea

Analogous Colors of #ea01bc

#ea01bc #ea0147 #a401ea

Monochromatic Colors of #ea01bc

#ea01bc

Complementary Color

#ea01bc #01ea2f

#ea01bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea01bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea01bc Color CSS Codes

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

#ea01bc Text Font Color

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

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


#ea01bc Background Color

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

This div background color is #ea01bc


#ea01bc Border Color

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

This div border color is #ea01bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea01bc


Comments

No comments written yet.

Please login to write comment.