Color Hex Logo

#e72bcc Color Hex

#E72BCC
(231,43,204)
0 Favorites   0 Comments

Color spaces of #e72bcc

RGB 23143204
HSL0.860.800.54
HSV309°81°91°
CMYK 0.000.810.12   0.09
XYZ44.718023.076359.2240
Yxy23.07630.35210.1817
Hunter Lab48.037882.0981-39.4700
CIE-Lab55.150882.1975-40.5847

#e72bcc color RGB value is (231,43,204).

#e72bcc hex color red value is 231, green value is 43 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e72bcc hue: 0.86 , saturation: 0.80 and the lightness value of e72bcc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101011 11001100
Octal 347 53 314
Decimal 231 43 204
Hex E7 2B CC

RGB Percentages of Color #e72bcc

%48.33
%9.00
%42.68

CMYK Percentages of Color #e72bcc

%0
%81
%12
%9

Triadic Colors of #e72bcc

#e72bcc #cce72b #2bcce7

Analogous Colors of #e72bcc

#e72bcc #e72b6e #a42be7

Monochromatic Colors of #e72bcc

#e72bcc

Complementary Color

#e72bcc #2be746

#e72bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72bcc Color CSS Codes

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

#e72bcc Text Font Color

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

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


#e72bcc Background Color

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

This div background color is #e72bcc


#e72bcc Border Color

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

This div border color is #e72bcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,43,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e72bcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72bcc

#e72bcc Color Palettes


Comments

No comments written yet.

Please login to write comment.