Color Hex Logo

#e053cb Color Hex

#E053CB
(224,83,203)
0 Favorites   0 Comments

Color spaces of #e053cb

RGB 22483203
HSL0.860.690.60
HSV309°63°88°
CMYK 0.000.630.09   0.12
XYZ44.613226.345659.2337
Yxy26.34560.34270.2024
Hunter Lab51.328065.3245-32.4925
CIE-Lab58.363668.0451-35.0543

#e053cb color RGB value is (224,83,203).

#e053cb hex color red value is 224, green value is 83 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e053cb hue: 0.86 , saturation: 0.69 and the lightness value of e053cb is 0.60.

The process color (four color CMYK) of #e053cb color hex is 0.00, 0.63, 0.09, 0.12. Web safe color of #e053cb is #cc66cc. Color #e053cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010011 11001011
Octal 340 123 313
Decimal 224 83 203
Hex E0 53 CB

RGB Percentages of Color #e053cb

%43.92
%16.27
%39.80

CMYK Percentages of Color #e053cb

%0
%63
%9
%12

Triadic Colors of #e053cb

#e053cb #cbe053 #53cbe0

Analogous Colors of #e053cb

#e053cb #e05385 #af53e0

Monochromatic Colors of #e053cb

#e053cb

Complementary Color

#e053cb #53e068

#e053cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e053cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e053cb Color CSS Codes

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

#e053cb Text Font Color

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

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


#e053cb Background Color

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

This div background color is #e053cb


#e053cb Border Color

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

This div border color is #e053cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e053cb


Comments

No comments written yet.

Please login to write comment.