Color Hex Logo

#e751cb Color Hex

#E751CB
(231,81,203)
0 Favorites   0 Comments

Color spaces of #e751cb

RGB 23181203
HSL0.860.760.61
HSV311°65°91°
CMYK 0.000.650.12   0.09
XYZ46.676927.185659.2871
Yxy27.18560.35060.2042
Hunter Lab52.139868.5531-30.9196
CIE-Lab59.145770.5756-33.7549

#e751cb color RGB value is (231,81,203).

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

The process color (four color CMYK) of #e751cb color hex is 0.00, 0.65, 0.12, 0.09. Web safe color of #e751cb is #ff66cc. Color #e751cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010001 11001011
Octal 347 121 313
Decimal 231 81 203
Hex E7 51 CB

RGB Percentages of Color #e751cb

%44.85
%15.73
%39.42

CMYK Percentages of Color #e751cb

%0
%65
%12
%9

Triadic Colors of #e751cb

#e751cb #cbe751 #51cbe7

Analogous Colors of #e751cb

#e751cb #e75180 #b851e7

Monochromatic Colors of #e751cb

#e751cb

Complementary Color

#e751cb #51e76d

#e751cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e751cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e751cb Color CSS Codes

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

#e751cb Text Font Color

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

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


#e751cb Background Color

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

This div background color is #e751cb


#e751cb Border Color

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

This div border color is #e751cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e751cb


Comments

No comments written yet.

Please login to write comment.