Color Hex Logo

#e152cb Color Hex

#E152CB
(225,82,203)
0 Favorites   0 Comments

Color spaces of #e152cb

RGB 22582203
HSL0.860.700.60
HSV309°64°88°
CMYK 0.000.640.10   0.12
XYZ44.848126.353959.2230
Yxy26.35390.34390.2021
Hunter Lab51.336066.1027-32.4637
CIE-Lab58.371568.6923-35.0310

#e152cb color RGB value is (225,82,203).

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

The process color (four color CMYK) of #e152cb color hex is 0.00, 0.64, 0.10, 0.12. Web safe color of #e152cb is #cc66cc. Color #e152cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010010 11001011
Octal 341 122 313
Decimal 225 82 203
Hex E1 52 CB

RGB Percentages of Color #e152cb

%44.12
%16.08
%39.80

CMYK Percentages of Color #e152cb

%0
%64
%10
%12

Triadic Colors of #e152cb

#e152cb #cbe152 #52cbe1

Analogous Colors of #e152cb

#e152cb #e15284 #b052e1

Monochromatic Colors of #e152cb

#e152cb

Complementary Color

#e152cb #52e168

#e152cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e152cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e152cb Color CSS Codes

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

#e152cb Text Font Color

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

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


#e152cb Background Color

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

This div background color is #e152cb


#e152cb Border Color

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

This div border color is #e152cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e152cb


Comments

No comments written yet.

Please login to write comment.