Color Hex Logo

#e714cb Color Hex

#E714CB
(231,20,203)
0 Favorites   0 Comments

Color spaces of #e714cb

RGB 23120203
HSL0.860.840.49
HSV308°91°91°
CMYK 0.000.910.12   0.09
XYZ43.984621.801058.3897
Yxy21.80100.35420.1756
Hunter Lab46.691586.4413-41.4605
CIE-Lab53.815285.8168-42.1172

#e714cb color RGB value is (231,20,203).

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

The process color (four color CMYK) of #e714cb color hex is 0.00, 0.91, 0.12, 0.09. Web safe color of #e714cb is #ff00cc. Color #e714cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010100 11001011
Octal 347 24 313
Decimal 231 20 203
Hex E7 14 CB

RGB Percentages of Color #e714cb

%50.88
%4.41
%44.71

CMYK Percentages of Color #e714cb

%0
%91
%12
%9

Triadic Colors of #e714cb

#e714cb #cbe714 #14cbe7

Analogous Colors of #e714cb

#e714cb #e71462 #9a14e7

Monochromatic Colors of #e714cb

#e714cb

Complementary Color

#e714cb #14e730

#e714cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e714cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e714cb Color CSS Codes

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

#e714cb Text Font Color

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

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


#e714cb Background Color

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

This div background color is #e714cb


#e714cb Border Color

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

This div border color is #e714cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e714cb


Comments

No comments written yet.

Please login to write comment.