Color Hex Logo

#e27cdf Color Hex

#E27CDF
(226,124,223)
0 Favorites   0 Comments

Color spaces of #e27cdf

RGB 226124223
HSL0.840.640.69
HSV302°45°89°
CMYK 0.000.450.01   0.11
XYZ51.891035.911874.0087
Yxy35.91180.32070.2219
Hunter Lab59.926549.6939-31.2742
CIE-Lab66.452553.2543-33.6886

#e27cdf color RGB value is (226,124,223).

#e27cdf hex color red value is 226, green value is 124 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e27cdf hue: 0.84 , saturation: 0.64 and the lightness value of e27cdf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111100 11011111
Octal 342 174 337
Decimal 226 124 223
Hex E2 7C DF

RGB Percentages of Color #e27cdf

%39.44
%21.64
%38.92

CMYK Percentages of Color #e27cdf

%0
%45
%1
%11

Triadic Colors of #e27cdf

#e27cdf #dfe27c #7cdfe2

Analogous Colors of #e27cdf

#e27cdf #e27cac #b27ce2

Monochromatic Colors of #e27cdf

#e27cdf

Complementary Color

#e27cdf #7ce27f

#e27cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27cdf Color CSS Codes

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

#e27cdf Text Font Color

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

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


#e27cdf Background Color

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

This div background color is #e27cdf


#e27cdf Border Color

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

This div border color is #e27cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27cdf


Comments

No comments written yet.

Please login to write comment.