Color Hex Logo

#e35abc Color Hex

#E35ABC
(227,90,188)
0 Favorites   0 Comments

Color spaces of #e35abc

RGB 22790188
HSL0.880.710.62
HSV317°60°89°
CMYK 0.000.600.17   0.11
XYZ44.411827.274150.5006
Yxy27.27410.36350.2232
Hunter Lab52.224660.4033-20.7755
CIE-Lab59.227263.7374-25.1115

#e35abc color RGB value is (227,90,188).

#e35abc hex color red value is 227, green value is 90 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e35abc hue: 0.88 , saturation: 0.71 and the lightness value of e35abc is 0.62.

The process color (four color CMYK) of #e35abc color hex is 0.00, 0.60, 0.17, 0.11. Web safe color of #e35abc is #cc66cc. Color #e35abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011010 10111100
Octal 343 132 274
Decimal 227 90 188
Hex E3 5A BC

RGB Percentages of Color #e35abc

%44.95
%17.82
%37.23

CMYK Percentages of Color #e35abc

%0
%60
%17
%11

Triadic Colors of #e35abc

#e35abc #bce35a #5abce3

Analogous Colors of #e35abc

#e35abc #e35a78 #c65ae3

Monochromatic Colors of #e35abc

#e35abc

Complementary Color

#e35abc #5ae381

#e35abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35abc Color CSS Codes

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

#e35abc Text Font Color

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

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


#e35abc Background Color

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

This div background color is #e35abc


#e35abc Border Color

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

This div border color is #e35abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35abc


Comments

No comments written yet.

Please login to write comment.