Color Hex Logo

#e704cb Color Hex

#E704CB
(231,4,203)
0 Favorites   0 Comments

Color spaces of #e704cb

RGB 2314203
HSL0.850.970.46
HSV307°98°91°
CMYK 0.000.980.12   0.09
XYZ43.777921.387658.3208
Yxy21.38760.35450.1732
Hunter Lab46.246788.0392-42.3967
CIE-Lab53.371187.1242-42.8190

#e704cb color RGB value is (231,4,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000100 11001011
Octal 347 4 313
Decimal 231 4 203
Hex E7 4 CB

RGB Percentages of Color #e704cb

%52.74
%0.91
%46.35

CMYK Percentages of Color #e704cb

%0
%98
%12
%9

Triadic Colors of #e704cb

#e704cb #cbe704 #04cbe7

Analogous Colors of #e704cb

#e704cb #e7045a #9204e7

Monochromatic Colors of #e704cb

#e704cb

Complementary Color

#e704cb #04e720

#e704cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e704cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e704cb Color CSS Codes

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

#e704cb Text Font Color

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

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


#e704cb Background Color

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

This div background color is #e704cb


#e704cb Border Color

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

This div border color is #e704cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e704cb


Comments

No comments written yet.

Please login to write comment.