Color Hex Logo

#e127cb Color Hex

#E127CB
(225,39,203)
0 Favorites   0 Comments

Color spaces of #e127cb

RGB 22539203
HSL0.850.760.52
HSV307°83°88°
CMYK 0.000.830.10   0.12
XYZ42.556321.770458.4590
Yxy21.77040.34660.1773
Hunter Lab46.658881.1526-41.6236
CIE-Lab53.782581.7253-42.2378

#e127cb color RGB value is (225,39,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100111 11001011
Octal 341 47 313
Decimal 225 39 203
Hex E1 27 CB

RGB Percentages of Color #e127cb

%48.18
%8.35
%43.47

CMYK Percentages of Color #e127cb

%0
%83
%10
%12

Triadic Colors of #e127cb

#e127cb #cbe127 #27cbe1

Analogous Colors of #e127cb

#e127cb #e1276e #9a27e1

Monochromatic Colors of #e127cb

#e127cb

Complementary Color

#e127cb #27e13d

#e127cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e127cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e127cb Color CSS Codes

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

#e127cb Text Font Color

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

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


#e127cb Background Color

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

This div background color is #e127cb


#e127cb Border Color

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

This div border color is #e127cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e127cb


Comments

No comments written yet.

Please login to write comment.