Color Hex Logo

#e27fca Color Hex

#E27FCA
(226,127,202)
0 Favorites   0 Comments

Color spaces of #e27fca

RGB 226127202
HSL0.870.630.69
HSV315°44°89°
CMYK 0.000.440.11   0.11
XYZ49.614135.611860.1359
Yxy35.61180.34130.2450
Hunter Lab59.675643.9719-17.9744
CIE-Lab66.222248.1800-22.3297

#e27fca color RGB value is (226,127,202).

#e27fca hex color red value is 226, green value is 127 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e27fca hue: 0.87 , saturation: 0.63 and the lightness value of e27fca is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111111 11001010
Octal 342 177 312
Decimal 226 127 202
Hex E2 7F CA

RGB Percentages of Color #e27fca

%40.72
%22.88
%36.40

CMYK Percentages of Color #e27fca

%0
%44
%11
%11

Triadic Colors of #e27fca

#e27fca #cae27f #7fcae2

Analogous Colors of #e27fca

#e27fca #e27f99 #c97fe2

Monochromatic Colors of #e27fca

#e27fca

Complementary Color

#e27fca #7fe297

#e27fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27fca Color CSS Codes

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

#e27fca Text Font Color

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

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


#e27fca Background Color

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

This div background color is #e27fca


#e27fca Border Color

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

This div border color is #e27fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27fca


Comments

No comments written yet.

Please login to write comment.