color codes Logo

#e827cb color codes

#E827CB
(232,39,203)
0 Favorites   0 Comments

Color spaces of #e827cb

RGB 23239203
HSL0.860.810.53
HSV309°83°91°
CMYK 0.000.830.13   0.09
XYZ44.783722.918658.5633
Yxy22.91860.35470.1815
Hunter Lab47.873483.2015-39.0178
CIE-Lab54.988483.0880-40.2554

#e827cb color RGB value is (232,39,203).

#e827cb hex color red value is 232, green value is 39 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e827cb hue: 0.86 , saturation: 0.81 and the lightness value of e827cb is 0.53.

The process color (four color CMYK) of #e827cb color code is 0.00, 0.83, 0.13, 0.09. Web safe color of #e827cb is #ff33cc. Color #e827cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100111 11001011
Octal 350 47 313
Decimal 232 39 203
Hex E8 27 CB

RGB Percentages of Color #e827cb

%48.95
%8.23
%42.83

CMYK Percentages of Color #e827cb

%0
%83
%13
%9

Triadic Colors of #e827cb

#e827cb #cbe827 #27cbe8

Analogous Colors of #e827cb

#e827cb #e8276b #a527e8

Monochromatic Colors of #e827cb

#e827cb

Complementary Color

#e827cb #27e844

#e827cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e827cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e827cb Color CSS Codes

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

#e827cb Text Font Color

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

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


#e827cb Background Color

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

This div background color is #e827cb


#e827cb Border Color

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

This div border color is #e827cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,39,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e827cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e827cb;
  -webkit-box-shadow: 1px 1px 3px 2px #e827cb;
  box-shadow:         1px 1px 3px 2px #e827cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,39,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e827cb


Comments

No comments written yet.

Please login to write comment.