Color Hex Logo

#e245cd Color Hex

#E245CD
(226,69,205)
0 Favorites   0 Comments

Color spaces of #e245cd

RGB 22669205
HSL0.860.730.58
HSV308°69°89°
CMYK 0.000.690.09   0.11
XYZ44.511624.832860.2048
Yxy24.83280.34360.1917
Hunter Lab49.832572.2336-36.7480
CIE-Lab56.912174.0064-38.4442

#e245cd color RGB value is (226,69,205).

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

The process color (four color CMYK) of #e245cd color hex is 0.00, 0.69, 0.09, 0.11. Web safe color of #e245cd is #cc33cc. Color #e245cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000101 11001101
Octal 342 105 315
Decimal 226 69 205
Hex E2 45 CD

RGB Percentages of Color #e245cd

%45.20
%13.80
%41.00

CMYK Percentages of Color #e245cd

%0
%69
%9
%11

Triadic Colors of #e245cd

#e245cd #cde245 #45cde2

Analogous Colors of #e245cd

#e245cd #e2457f #a945e2

Monochromatic Colors of #e245cd

#e245cd

Complementary Color

#e245cd #45e25a

#e245cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e245cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e245cd Color CSS Codes

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

#e245cd Text Font Color

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

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


#e245cd Background Color

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

This div background color is #e245cd


#e245cd Border Color

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

This div border color is #e245cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e245cd


Comments

No comments written yet.

Please login to write comment.