Color Hex Logo

#e251cb Color Hex

#E251CB
(226,81,203)
0 Favorites   0 Comments

Color spaces of #e251cb

RGB 22681203
HSL0.860.710.60
HSV310°64°89°
CMYK 0.000.640.10   0.11
XYZ45.086026.365459.2127
Yxy26.36540.34510.2018
Hunter Lab51.347266.8761-32.4291
CIE-Lab58.382369.3327-35.0028

#e251cb color RGB value is (226,81,203).

#e251cb hex color red value is 226, green value is 81 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e251cb hue: 0.86 , saturation: 0.71 and the lightness value of e251cb is 0.60.

The process color (four color CMYK) of #e251cb color hex is 0.00, 0.64, 0.10, 0.11. Web safe color of #e251cb is #cc66cc. Color #e251cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010001 11001011
Octal 342 121 313
Decimal 226 81 203
Hex E2 51 CB

RGB Percentages of Color #e251cb

%44.31
%15.88
%39.80

CMYK Percentages of Color #e251cb

%0
%64
%10
%11

Triadic Colors of #e251cb

#e251cb #cbe251 #51cbe2

Analogous Colors of #e251cb

#e251cb #e25183 #b151e2

Monochromatic Colors of #e251cb

#e251cb

Complementary Color

#e251cb #51e268

#e251cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e251cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e251cb Color CSS Codes

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

#e251cb Text Font Color

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

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


#e251cb Background Color

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

This div background color is #e251cb


#e251cb Border Color

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

This div border color is #e251cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e251cb


Comments

No comments written yet.

Please login to write comment.