Color Hex Logo

#e27bc5 Color Hex

#E27BC5
(226,123,197)
0 Favorites   0 Comments

Color spaces of #e27bc5

RGB 226123197
HSL0.880.640.68
HSV317°46°89°
CMYK 0.000.460.13   0.11
XYZ48.525034.365956.8991
Yxy34.36590.34710.2458
Hunter Lab58.622445.1650-16.5113
CIE-Lab65.252049.3946-21.0041

#e27bc5 color RGB value is (226,123,197).

#e27bc5 hex color red value is 226, green value is 123 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #e27bc5 hue: 0.88 , saturation: 0.64 and the lightness value of e27bc5 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111011 11000101
Octal 342 173 305
Decimal 226 123 197
Hex E2 7B C5

RGB Percentages of Color #e27bc5

%41.39
%22.53
%36.08

CMYK Percentages of Color #e27bc5

%0
%46
%13
%11

Triadic Colors of #e27bc5

#e27bc5 #c5e27b #7bc5e2

Analogous Colors of #e27bc5

#e27bc5 #e27b92 #cc7be2

Monochromatic Colors of #e27bc5

#e27bc5

Complementary Color

#e27bc5 #7be298

#e27bc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27bc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27bc5 Color CSS Codes

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

#e27bc5 Text Font Color

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

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


#e27bc5 Background Color

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

This div background color is #e27bc5


#e27bc5 Border Color

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

This div border color is #e27bc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27bc5


Comments

No comments written yet.

Please login to write comment.