Color Hex Logo

#e35dba Color Hex

#E35DBA
(227,93,186)
0 Favorites   0 Comments

Color spaces of #e35dba

RGB 22793186
HSL0.880.710.63
HSV318°59°89°
CMYK 0.000.590.18   0.11
XYZ44.455827.704849.4588
Yxy27.70480.36550.2278
Hunter Lab52.635358.6492-18.8671
CIE-Lab59.621162.1676-23.3603

#e35dba color RGB value is (227,93,186).

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

The process color (four color CMYK) of #e35dba color hex is 0.00, 0.59, 0.18, 0.11. Web safe color of #e35dba is #cc66cc. Color #e35dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011101 10111010
Octal 343 135 272
Decimal 227 93 186
Hex E3 5D BA

RGB Percentages of Color #e35dba

%44.86
%18.38
%36.76

CMYK Percentages of Color #e35dba

%0
%59
%18
%11

Triadic Colors of #e35dba

#e35dba #bae35d #5dbae3

Analogous Colors of #e35dba

#e35dba #e35d77 #c95de3

Monochromatic Colors of #e35dba

#e35dba

Complementary Color

#e35dba #5de386

#e35dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35dba Color CSS Codes

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

#e35dba Text Font Color

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

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


#e35dba Background Color

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

This div background color is #e35dba


#e35dba Border Color

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

This div border color is #e35dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35dba


Comments

No comments written yet.

Please login to write comment.