Color Hex Logo

#ea3ffc Color Hex

#EA3FFC
(234,63,252)
0 Favorites   0 Comments

Color spaces of #ea3ffc

RGB 23463252
HSL0.820.970.62
HSV294°75°99°
CMYK 0.070.750.00   0.01
XYZ53.279928.075794.7065
Yxy28.07570.30260.1595
Hunter Lab52.986586.7620-68.8826
CIE-Lab59.957184.8656-59.9530

#ea3ffc color RGB value is (234,63,252).

#ea3ffc hex color red value is 234, green value is 63 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ea3ffc hue: 0.82 , saturation: 0.97 and the lightness value of ea3ffc is 0.62.

The process color (four color CMYK) of #ea3ffc color hex is 0.07, 0.75, 0.00, 0.01. Web safe color of #ea3ffc is #ff33ff. Color #ea3ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111111 11111100
Octal 352 77 374
Decimal 234 63 252
Hex EA 3F FC

RGB Percentages of Color #ea3ffc

%42.62
%11.48
%45.90

CMYK Percentages of Color #ea3ffc

%7
%75
%0
%1

Triadic Colors of #ea3ffc

#ea3ffc #fcea3f #3ffcea

Analogous Colors of #ea3ffc

#ea3ffc #fc3fb0 #8c3ffc

Monochromatic Colors of #ea3ffc

#ea3ffc

Complementary Color

#ea3ffc #51fc3f

#ea3ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3ffc Color CSS Codes

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

#ea3ffc Text Font Color

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

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


#ea3ffc Background Color

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

This div background color is #ea3ffc


#ea3ffc Border Color

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

This div border color is #ea3ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3ffc


Comments

No comments written yet.

Please login to write comment.