Color Hex Logo

#e35378 Color Hex

#E35378
(227,83,120)
0 Favorites   0 Comments

Color spaces of #e35378

RGB 22783120
HSL0.960.720.61
HSV345°63°89°
CMYK 0.000.630.47   0.11
XYZ38.162023.873520.3660
Yxy23.87350.46310.2897
Hunter Lab48.860553.90979.4892
CIE-Lab55.960958.68879.6918

#e35378 color RGB value is (227,83,120).

#e35378 hex color red value is 227, green value is 83 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #e35378 hue: 0.96 , saturation: 0.72 and the lightness value of e35378 is 0.61.

The process color (four color CMYK) of #e35378 color hex is 0.00, 0.63, 0.47, 0.11. Web safe color of #e35378 is #cc6666. Color #e35378 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010011 01111000
Octal 343 123 170
Decimal 227 83 120
Hex E3 53 78

RGB Percentages of Color #e35378

%52.79
%19.30
%27.91

CMYK Percentages of Color #e35378

%0
%63
%47
%11

Triadic Colors of #e35378

#e35378 #78e353 #5378e3

Analogous Colors of #e35378

#e35378 #e37653 #e353c0

Monochromatic Colors of #e35378

#e35378

Complementary Color

#e35378 #53e3be

#e35378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35378 Color CSS Codes

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

#e35378 Text Font Color

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

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


#e35378 Background Color

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

This div background color is #e35378


#e35378 Border Color

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

This div border color is #e35378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35378


Comments

No comments written yet.

Please login to write comment.