Color Hex Logo

#eb1cea Color Hex

#EB1CEA
(235,28,234)
0 Favorites   0 Comments

Color spaces of #eb1cea

RGB 23528234
HSL0.830.840.52
HSV300°88°92°
CMYK 0.000.880.00   0.08
XYZ49.527524.433279.9476
Yxy24.43320.32180.1588
Hunter Lab49.430092.3499-61.2942
CIE-Lab56.518989.7702-55.3986

#eb1cea color RGB value is (235,28,234).

#eb1cea hex color red value is 235, green value is 28 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eb1cea hue: 0.83 , saturation: 0.84 and the lightness value of eb1cea is 0.52.

The process color (four color CMYK) of #eb1cea color hex is 0.00, 0.88, 0.00, 0.08. Web safe color of #eb1cea is #ff33ff. Color #eb1cea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011100 11101010
Octal 353 34 352
Decimal 235 28 234
Hex EB 1C EA

RGB Percentages of Color #eb1cea

%47.28
%5.63
%47.08

CMYK Percentages of Color #eb1cea

%0
%88
%0
%8

Triadic Colors of #eb1cea

#eb1cea #eaeb1c #1ceaeb

Analogous Colors of #eb1cea

#eb1cea #eb1c83 #851ceb

Monochromatic Colors of #eb1cea

#eb1cea

Complementary Color

#eb1cea #1ceb1d

#eb1cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1cea Color CSS Codes

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

#eb1cea Text Font Color

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

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


#eb1cea Background Color

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

This div background color is #eb1cea


#eb1cea Border Color

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

This div border color is #eb1cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1cea


Comments

No comments written yet.

Please login to write comment.