Color Hex Logo

#e552cb Color Hex

#E552CB
(229,82,203)
0 Favorites   0 Comments

Color spaces of #e552cb

RGB 22982203
HSL0.860.740.61
HSV311°64°90°
CMYK 0.000.640.11   0.10
XYZ46.109927.004459.2820
Yxy27.00440.34830.2040
Hunter Lab51.965867.4453-31.2614
CIE-Lab58.978469.6930-34.0387

#e552cb color RGB value is (229,82,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010010 11001011
Octal 345 122 313
Decimal 229 82 203
Hex E5 52 CB

RGB Percentages of Color #e552cb

%44.55
%15.95
%39.49

CMYK Percentages of Color #e552cb

%0
%64
%11
%10

Triadic Colors of #e552cb

#e552cb #cbe552 #52cbe5

Analogous Colors of #e552cb

#e552cb #e55282 #b652e5

Monochromatic Colors of #e552cb

#e552cb

Complementary Color

#e552cb #52e56c

#e552cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e552cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e552cb Color CSS Codes

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

#e552cb Text Font Color

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

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


#e552cb Background Color

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

This div background color is #e552cb


#e552cb Border Color

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

This div border color is #e552cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e552cb


Comments

No comments written yet.

Please login to write comment.