Color Hex Logo

#e03ceb Color Hex

#E03CEB
(224,60,235)
0 Favorites   0 Comments

Color spaces of #e03ceb

RGB 22460235
HSL0.820.810.58
HSV296°74°92°
CMYK 0.050.740.00   0.08
XYZ47.351725.077280.9419
Yxy25.07720.30870.1635
Hunter Lab50.077181.1502-60.7791
CIE-Lab57.150681.0673-55.0545

#e03ceb color RGB value is (224,60,235).

#e03ceb hex color red value is 224, green value is 60 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e03ceb hue: 0.82 , saturation: 0.81 and the lightness value of e03ceb is 0.58.

The process color (four color CMYK) of #e03ceb color hex is 0.05, 0.74, 0.00, 0.08. Web safe color of #e03ceb is #cc33ff. Color #e03ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111100 11101011
Octal 340 74 353
Decimal 224 60 235
Hex E0 3C EB

RGB Percentages of Color #e03ceb

%43.16
%11.56
%45.28

CMYK Percentages of Color #e03ceb

%5
%74
%0
%8

Triadic Colors of #e03ceb

#e03ceb #ebe03c #3cebe0

Analogous Colors of #e03ceb

#e03ceb #eb3c9f #893ceb

Monochromatic Colors of #e03ceb

#e03ceb

Complementary Color

#e03ceb #47eb3c

#e03ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03ceb Color CSS Codes

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

#e03ceb Text Font Color

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

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


#e03ceb Background Color

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

This div background color is #e03ceb


#e03ceb Border Color

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

This div border color is #e03ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03ceb


Comments

No comments written yet.

Please login to write comment.