Color Hex Logo

#e136cb Color Hex

#E136CB
(225,54,203)
0 Favorites   0 Comments

Color spaces of #e136cb

RGB 22554203
HSL0.850.740.55
HSV308°76°88°
CMYK 0.000.760.10   0.12
XYZ43.150022.957758.6569
Yxy22.95770.34590.1840
Hunter Lab47.914276.9016-39.0433
CIE-Lab55.028778.1243-40.2724

#e136cb color RGB value is (225,54,203).

#e136cb hex color red value is 225, green value is 54 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e136cb hue: 0.85 , saturation: 0.74 and the lightness value of e136cb is 0.55.

The process color (four color CMYK) of #e136cb color hex is 0.00, 0.76, 0.10, 0.12. Web safe color of #e136cb is #cc33cc. Color #e136cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110110 11001011
Octal 341 66 313
Decimal 225 54 203
Hex E1 36 CB

RGB Percentages of Color #e136cb

%46.68
%11.20
%42.12

CMYK Percentages of Color #e136cb

%0
%76
%10
%12

Triadic Colors of #e136cb

#e136cb #cbe136 #36cbe1

Analogous Colors of #e136cb

#e136cb #e13676 #a236e1

Monochromatic Colors of #e136cb

#e136cb

Complementary Color

#e136cb #36e14c

#e136cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e136cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e136cb Color CSS Codes

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

#e136cb Text Font Color

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

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


#e136cb Background Color

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

This div background color is #e136cb


#e136cb Border Color

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

This div border color is #e136cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e136cb


Comments

No comments written yet.

Please login to write comment.