Color Hex Logo

#e380cf Color Hex

#E380CF
(227,128,207)
0 Favorites   0 Comments

Color spaces of #e380cf

RGB 227128207
HSL0.870.640.70
HSV312°44°89°
CMYK 0.000.440.09   0.11
XYZ50.660236.274263.3630
Yxy36.27420.33710.2413
Hunter Lab60.228144.7443-20.2165
CIE-Lab66.728948.8059-24.3404

#e380cf color RGB value is (227,128,207).

#e380cf hex color red value is 227, green value is 128 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e380cf hue: 0.87 , saturation: 0.64 and the lightness value of e380cf is 0.70.

The process color (four color CMYK) of #e380cf color hex is 0.00, 0.44, 0.09, 0.11. Web safe color of #e380cf is #cc99cc. Color #e380cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000000 11001111
Octal 343 200 317
Decimal 227 128 207
Hex E3 80 CF

RGB Percentages of Color #e380cf

%40.39
%22.78
%36.83

CMYK Percentages of Color #e380cf

%0
%44
%9
%11

Triadic Colors of #e380cf

#e380cf #cfe380 #80cfe3

Analogous Colors of #e380cf

#e380cf #e3809e #c680e3

Monochromatic Colors of #e380cf

#e380cf

Complementary Color

#e380cf #80e394

#e380cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e380cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e380cf Color CSS Codes

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

#e380cf Text Font Color

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

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


#e380cf Background Color

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

This div background color is #e380cf


#e380cf Border Color

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

This div border color is #e380cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e380cf


Comments

No comments written yet.

Please login to write comment.