Color Hex Logo

#e31bcf Color Hex

#E31BCF
(227,27,207)
0 Favorites   0 Comments

Color spaces of #e31bcf

RGB 22727207
HSL0.850.790.50
HSV306°88°89°
CMYK 0.000.880.09   0.11
XYZ43.333021.619860.9206
Yxy21.61980.34430.1718
Hunter Lab46.497184.9833-45.1339
CIE-Lab53.621384.7335-44.7662

#e31bcf color RGB value is (227,27,207).

#e31bcf hex color red value is 227, green value is 27 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e31bcf hue: 0.85 , saturation: 0.79 and the lightness value of e31bcf is 0.50.

The process color (four color CMYK) of #e31bcf color hex is 0.00, 0.88, 0.09, 0.11. Web safe color of #e31bcf is #cc33cc. Color #e31bcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011011 11001111
Octal 343 33 317
Decimal 227 27 207
Hex E3 1B CF

RGB Percentages of Color #e31bcf

%49.24
%5.86
%44.90

CMYK Percentages of Color #e31bcf

%0
%88
%9
%11

Triadic Colors of #e31bcf

#e31bcf #cfe31b #1bcfe3

Analogous Colors of #e31bcf

#e31bcf #e31b6b #931be3

Monochromatic Colors of #e31bcf

#e31bcf

Complementary Color

#e31bcf #1be32f

#e31bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31bcf Color CSS Codes

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

#e31bcf Text Font Color

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

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


#e31bcf Background Color

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

This div background color is #e31bcf


#e31bcf Border Color

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

This div border color is #e31bcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,27,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e31bcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e31bcf;
  -webkit-box-shadow: 1px 1px 3px 2px #e31bcf;
  box-shadow:         1px 1px 3px 2px #e31bcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,27,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31bcf


Comments

No comments written yet.

Please login to write comment.