Color Hex Logo

#e713cb Color Hex

#E713CB
(231,19,203)
0 Favorites   0 Comments

Color spaces of #e713cb

RGB 23119203
HSL0.860.850.49
HSV308°92°91°
CMYK 0.000.920.12   0.09
XYZ43.967421.766558.3839
Yxy21.76650.35420.1754
Hunter Lab46.654686.5733-41.5378
CIE-Lab53.778485.9252-42.1754

#e713cb color RGB value is (231,19,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010011 11001011
Octal 347 23 313
Decimal 231 19 203
Hex E7 13 CB

RGB Percentages of Color #e713cb

%50.99
%4.19
%44.81

CMYK Percentages of Color #e713cb

%0
%92
%12
%9

Triadic Colors of #e713cb

#e713cb #cbe713 #13cbe7

Analogous Colors of #e713cb

#e713cb #e71361 #9913e7

Monochromatic Colors of #e713cb

#e713cb

Complementary Color

#e713cb #13e72f

#e713cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e713cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e713cb Color CSS Codes

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

#e713cb Text Font Color

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

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


#e713cb Background Color

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

This div background color is #e713cb


#e713cb Border Color

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

This div border color is #e713cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e713cb


Comments

No comments written yet.

Please login to write comment.