Color Hex Logo

#ea15cb Color Hex

#EA15CB
(234,21,203)
0 Favorites   0 Comments

Color spaces of #ea15cb

RGB 23421203
HSL0.860.840.50
HSV309°91°92°
CMYK 0.000.910.13   0.08
XYZ44.979322.340658.4414
Yxy22.34060.35770.1776
Hunter Lab47.265887.1496-40.2225
CIE-Lab54.386586.2479-41.1801

#ea15cb color RGB value is (234,21,203).

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

The process color (four color CMYK) of #ea15cb color hex is 0.00, 0.91, 0.13, 0.08. Web safe color of #ea15cb is #ff00cc. Color #ea15cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010101 11001011
Octal 352 25 313
Decimal 234 21 203
Hex EA 15 CB

RGB Percentages of Color #ea15cb

%51.09
%4.59
%44.32

CMYK Percentages of Color #ea15cb

%0
%91
%13
%8

Triadic Colors of #ea15cb

#ea15cb #cbea15 #15cbea

Analogous Colors of #ea15cb

#ea15cb #ea1561 #9f15ea

Monochromatic Colors of #ea15cb

#ea15cb

Complementary Color

#ea15cb #15ea34

#ea15cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea15cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea15cb Color CSS Codes

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

#ea15cb Text Font Color

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

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


#ea15cb Background Color

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

This div background color is #ea15cb


#ea15cb Border Color

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

This div border color is #ea15cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea15cb


Comments

No comments written yet.

Please login to write comment.