Color Hex Logo

#e452cd Color Hex

#E452CD
(228,82,205)
0 Favorites   0 Comments

Color spaces of #e452cd

RGB 22882205
HSL0.860.730.61
HSV309°64°89°
CMYK 0.000.640.10   0.11
XYZ46.031626.936360.5307
Yxy26.93630.34480.2018
Hunter Lab51.900267.4908-32.8192
CIE-Lab58.915369.7424-35.2862

#e452cd color RGB value is (228,82,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010010 11001101
Octal 344 122 315
Decimal 228 82 205
Hex E4 52 CD

RGB Percentages of Color #e452cd

%44.27
%15.92
%39.81

CMYK Percentages of Color #e452cd

%0
%64
%10
%11

Triadic Colors of #e452cd

#e452cd #cde452 #52cde4

Analogous Colors of #e452cd

#e452cd #e45284 #b252e4

Monochromatic Colors of #e452cd

#e452cd

Complementary Color

#e452cd #52e469

#e452cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e452cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e452cd Color CSS Codes

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

#e452cd Text Font Color

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

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


#e452cd Background Color

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

This div background color is #e452cd


#e452cd Border Color

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

This div border color is #e452cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,82,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e452cd


Comments

No comments written yet.

Please login to write comment.