Color Hex Logo

#e248ca Color Hex

#E248CA
(226,72,202)
0 Favorites   0 Comments

Color spaces of #e248ca

RGB 22672202
HSL0.860.730.58
HSV309°68°89°
CMYK 0.000.680.11   0.11
XYZ44.342125.067758.3786
Yxy25.06770.34700.1962
Hunter Lab50.067770.4690-34.0844
CIE-Lab57.141372.5251-36.3723

#e248ca color RGB value is (226,72,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001000 11001010
Octal 342 110 312
Decimal 226 72 202
Hex E2 48 CA

RGB Percentages of Color #e248ca

%45.20
%14.40
%40.40

CMYK Percentages of Color #e248ca

%0
%68
%11
%11

Triadic Colors of #e248ca

#e248ca #cae248 #48cae2

Analogous Colors of #e248ca

#e248ca #e2487d #ad48e2

Monochromatic Colors of #e248ca

#e248ca

Complementary Color

#e248ca #48e260

#e248ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e248ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e248ca Color CSS Codes

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

#e248ca Text Font Color

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

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


#e248ca Background Color

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

This div background color is #e248ca


#e248ca Border Color

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

This div border color is #e248ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,72,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e248ca


Comments

No comments written yet.

Please login to write comment.