Color Hex Logo

#ea31cb Color Hex

#EA31CB
(234,49,203)
0 Favorites   0 Comments

Color spaces of #ea31cb

RGB 23449203
HSL0.860.810.55
HSV310°79°92°
CMYK 0.000.790.13   0.08
XYZ45.809524.000858.7181
Yxy24.00080.35640.1867
Hunter Lab48.990681.1759-36.7691
CIE-Lab56.088681.2940-38.5017

#ea31cb color RGB value is (234,49,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110001 11001011
Octal 352 61 313
Decimal 234 49 203
Hex EA 31 CB

RGB Percentages of Color #ea31cb

%48.15
%10.08
%41.77

CMYK Percentages of Color #ea31cb

%0
%79
%13
%8

Triadic Colors of #ea31cb

#ea31cb #cbea31 #31cbea

Analogous Colors of #ea31cb

#ea31cb #ea316f #ad31ea

Monochromatic Colors of #ea31cb

#ea31cb

Complementary Color

#ea31cb #31ea50

#ea31cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea31cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea31cb Color CSS Codes

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

#ea31cb Text Font Color

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

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


#ea31cb Background Color

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

This div background color is #ea31cb


#ea31cb Border Color

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

This div border color is #ea31cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,49,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 #ea31cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea31cb


Comments

No comments written yet.

Please login to write comment.