Color Hex Logo

#e028cb Color Hex

#E028CB
(224,40,203)
0 Favorites   0 Comments

Color spaces of #e028cb

RGB 22440203
HSL0.850.750.52
HSV307°82°88°
CMYK 0.000.820.09   0.12
XYZ42.278821.676758.4556
Yxy21.67670.34540.1771
Hunter Lab46.558280.6161-41.8500
CIE-Lab53.682381.3242-42.4075

#e028cb color RGB value is (224,40,203).

#e028cb hex color red value is 224, green value is 40 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e028cb hue: 0.85 , saturation: 0.75 and the lightness value of e028cb is 0.52.

The process color (four color CMYK) of #e028cb color hex is 0.00, 0.82, 0.09, 0.12. Web safe color of #e028cb is #cc33cc. Color #e028cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101000 11001011
Octal 340 50 313
Decimal 224 40 203
Hex E0 28 CB

RGB Percentages of Color #e028cb

%47.97
%8.57
%43.47

CMYK Percentages of Color #e028cb

%0
%82
%9
%12

Triadic Colors of #e028cb

#e028cb #cbe028 #28cbe0

Analogous Colors of #e028cb

#e028cb #e0286f #9928e0

Monochromatic Colors of #e028cb

#e028cb

Complementary Color

#e028cb #28e03d

#e028cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e028cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e028cb Color CSS Codes

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

#e028cb Text Font Color

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

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


#e028cb Background Color

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

This div background color is #e028cb


#e028cb Border Color

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

This div border color is #e028cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e028cb


Comments

No comments written yet.

Please login to write comment.