Color Hex Logo

#ea35cb Color Hex

#EA35CB
(234,53,203)
0 Favorites   0 Comments

Color spaces of #ea35cb

RGB 23453203
HSL0.860.810.56
HSV310°77°92°
CMYK 0.000.770.13   0.08
XYZ45.984324.350458.7764
Yxy24.35040.35620.1886
Hunter Lab49.346179.9835-36.0783
CIE-Lab56.436980.2906-37.9549

#ea35cb color RGB value is (234,53,203).

#ea35cb hex color red value is 234, green value is 53 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ea35cb hue: 0.86 , saturation: 0.81 and the lightness value of ea35cb is 0.56.

The process color (four color CMYK) of #ea35cb color hex is 0.00, 0.77, 0.13, 0.08. Web safe color of #ea35cb is #ff33cc. Color #ea35cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110101 11001011
Octal 352 65 313
Decimal 234 53 203
Hex EA 35 CB

RGB Percentages of Color #ea35cb

%47.76
%10.82
%41.43

CMYK Percentages of Color #ea35cb

%0
%77
%13
%8

Triadic Colors of #ea35cb

#ea35cb #cbea35 #35cbea

Analogous Colors of #ea35cb

#ea35cb #ea3571 #af35ea

Monochromatic Colors of #ea35cb

#ea35cb

Complementary Color

#ea35cb #35ea54

#ea35cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea35cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea35cb Color CSS Codes

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

#ea35cb Text Font Color

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

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


#ea35cb Background Color

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

This div background color is #ea35cb


#ea35cb Border Color

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

This div border color is #ea35cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea35cb


Comments

No comments written yet.

Please login to write comment.