Color Hex Logo

#e248cf Color Hex

#E248CF
(226,72,207)
0 Favorites   0 Comments

Color spaces of #e248cf

RGB 22672207
HSL0.850.730.58
HSV307°68°89°
CMYK 0.000.680.08   0.11
XYZ44.943925.308561.5477
Yxy25.30850.34100.1920
Hunter Lab50.307671.4306-37.3218
CIE-Lab57.374873.2653-38.8582

#e248cf color RGB value is (226,72,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001000 11001111
Octal 342 110 317
Decimal 226 72 207
Hex E2 48 CF

RGB Percentages of Color #e248cf

%44.75
%14.26
%40.99

CMYK Percentages of Color #e248cf

%0
%68
%8
%11

Triadic Colors of #e248cf

#e248cf #cfe248 #48cfe2

Analogous Colors of #e248cf

#e248cf #e24882 #a848e2

Monochromatic Colors of #e248cf

#e248cf

Complementary Color

#e248cf #48e25b

#e248cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e248cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e248cf Color CSS Codes

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

#e248cf Text Font Color

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

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


#e248cf Background Color

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

This div background color is #e248cf


#e248cf Border Color

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

This div border color is #e248cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e248cf


Comments

No comments written yet.

Please login to write comment.