Color Hex Logo

#e293cf Color Hex

#E293CF
(226,147,207)
0 Favorites   0 Comments

Color spaces of #e293cf

RGB 226147207
HSL0.870.580.73
HSV314°35°89°
CMYK 0.000.350.08   0.11
XYZ53.060241.541264.2532
Yxy41.54120.33400.2615
Hunter Lab64.452534.1575-13.9900
CIE-Lab70.553438.6242-18.5247

#e293cf color RGB value is (226,147,207).

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

The process color (four color CMYK) of #e293cf color hex is 0.00, 0.35, 0.08, 0.11. Web safe color of #e293cf is #cc99cc. Color #e293cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010011 11001111
Octal 342 223 317
Decimal 226 147 207
Hex E2 93 CF

RGB Percentages of Color #e293cf

%38.97
%25.34
%35.69

CMYK Percentages of Color #e293cf

%0
%35
%8
%11

Triadic Colors of #e293cf

#e293cf #cfe293 #93cfe2

Analogous Colors of #e293cf

#e293cf #e293a8 #ce93e2

Monochromatic Colors of #e293cf

#e293cf

Complementary Color

#e293cf #93e2a6

#e293cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e293cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e293cf Color CSS Codes

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

#e293cf Text Font Color

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

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


#e293cf Background Color

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

This div background color is #e293cf


#e293cf Border Color

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

This div border color is #e293cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e293cf


Comments

No comments written yet.

Please login to write comment.