Color Hex Logo

#e70fcb Color Hex

#E70FCB
(231,15,203)
0 Favorites   0 Comments

Color spaces of #e70fcb

RGB 23115203
HSL0.850.880.48
HSV308°94°91°
CMYK 0.000.940.12   0.09
XYZ43.905321.642458.3632
Yxy21.64240.35430.1747
Hunter Lab46.521487.0498-41.8170
CIE-Lab53.645586.3157-42.3852

#e70fcb color RGB value is (231,15,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001111 11001011
Octal 347 17 313
Decimal 231 15 203
Hex E7 F CB

RGB Percentages of Color #e70fcb

%51.45
%3.34
%45.21

CMYK Percentages of Color #e70fcb

%0
%94
%12
%9

Triadic Colors of #e70fcb

#e70fcb #cbe70f #0fcbe7

Analogous Colors of #e70fcb

#e70fcb #e70f5f #970fe7

Monochromatic Colors of #e70fcb

#e70fcb

Complementary Color

#e70fcb #0fe72b

#e70fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70fcb Color CSS Codes

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

#e70fcb Text Font Color

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

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


#e70fcb Background Color

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

This div background color is #e70fcb


#e70fcb Border Color

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

This div border color is #e70fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70fcb


Comments

No comments written yet.

Please login to write comment.