Color Hex Logo

#e380bc Color Hex

#E380BC
(227,128,188)
0 Favorites   0 Comments

Color spaces of #e380bc

RGB 227128188
HSL0.900.640.70
HSV324°44°89°
CMYK 0.000.440.17   0.11
XYZ48.474835.400151.8549
Yxy35.40010.35710.2608
Hunter Lab59.498041.3079-10.0250
CIE-Lab66.059045.7782-14.7042

#e380bc color RGB value is (227,128,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000000 10111100
Octal 343 200 274
Decimal 227 128 188
Hex E3 80 BC

RGB Percentages of Color #e380bc

%41.80
%23.57
%34.62

CMYK Percentages of Color #e380bc

%0
%44
%17
%11

Triadic Colors of #e380bc

#e380bc #bce380 #80bce3

Analogous Colors of #e380bc

#e380bc #e3808b #d980e3

Monochromatic Colors of #e380bc

#e380bc

Complementary Color

#e380bc #80e3a7

#e380bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e380bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e380bc Color CSS Codes

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

#e380bc Text Font Color

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

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


#e380bc Background Color

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

This div background color is #e380bc


#e380bc Border Color

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

This div border color is #e380bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e380bc


Comments

No comments written yet.

Please login to write comment.