Color Hex Logo

#e03cfb Color Hex

#E03CFB
(224,60,251)
0 Favorites   0 Comments

Color spaces of #e03cfb

RGB 22460251
HSL0.810.960.61
HSV292°76°98°
CMYK 0.110.760.00   0.02
XYZ49.768926.044093.6707
Yxy26.04400.29370.1537
Hunter Lab51.033384.7691-73.1024
CIE-Lab58.078883.6994-62.4929

#e03cfb color RGB value is (224,60,251).

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

The process color (four color CMYK) of #e03cfb color hex is 0.11, 0.76, 0.00, 0.02. Web safe color of #e03cfb is #cc33ff. Color #e03cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111100 11111011
Octal 340 74 373
Decimal 224 60 251
Hex E0 3C FB

RGB Percentages of Color #e03cfb

%41.87
%11.21
%46.92

CMYK Percentages of Color #e03cfb

%11
%76
%0
%2

Triadic Colors of #e03cfb

#e03cfb #fbe03c #3cfbe0

Analogous Colors of #e03cfb

#e03cfb #fb3cb7 #813cfb

Monochromatic Colors of #e03cfb

#e03cfb

Complementary Color

#e03cfb #57fb3c

#e03cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03cfb Color CSS Codes

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

#e03cfb Text Font Color

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

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


#e03cfb Background Color

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

This div background color is #e03cfb


#e03cfb Border Color

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

This div border color is #e03cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03cfb


Comments

No comments written yet.

Please login to write comment.