Color Hex Logo

#e720cb Color Hex

#E720CB
(231,32,203)
0 Favorites   0 Comments

Color spaces of #e720cb

RGB 23132203
HSL0.860.810.52
HSV308°86°91°
CMYK 0.000.860.12   0.09
XYZ44.251022.333758.4785
Yxy22.33370.35380.1786
Hunter Lab47.258584.4378-40.2854
CIE-Lab54.379384.1647-41.2270

#e720cb color RGB value is (231,32,203).

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

The process color (four color CMYK) of #e720cb color hex is 0.00, 0.86, 0.12, 0.09. Web safe color of #e720cb is #ff33cc. Color #e720cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100000 11001011
Octal 347 40 313
Decimal 231 32 203
Hex E7 20 CB

RGB Percentages of Color #e720cb

%49.57
%6.87
%43.56

CMYK Percentages of Color #e720cb

%0
%86
%12
%9

Triadic Colors of #e720cb

#e720cb #cbe720 #20cbe7

Analogous Colors of #e720cb

#e720cb #e72068 #a020e7

Monochromatic Colors of #e720cb

#e720cb

Complementary Color

#e720cb #20e73c

#e720cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e720cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e720cb Color CSS Codes

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

#e720cb Text Font Color

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

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


#e720cb Background Color

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

This div background color is #e720cb


#e720cb Border Color

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

This div border color is #e720cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e720cb


Comments

No comments written yet.

Please login to write comment.