Color Hex Logo

#e35dbf Color Hex

#E35DBF
(227,93,191)
0 Favorites   0 Comments

Color spaces of #e35dbf

RGB 22793191
HSL0.880.710.63
HSV316°59°89°
CMYK 0.000.590.16   0.11
XYZ44.996927.921252.3079
Yxy27.92120.35930.2230
Hunter Lab52.840559.5327-21.7040
CIE-Lab59.817562.8894-25.9189

#e35dbf color RGB value is (227,93,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011101 10111111
Octal 343 135 277
Decimal 227 93 191
Hex E3 5D BF

RGB Percentages of Color #e35dbf

%44.42
%18.20
%37.38

CMYK Percentages of Color #e35dbf

%0
%59
%16
%11

Triadic Colors of #e35dbf

#e35dbf #bfe35d #5dbfe3

Analogous Colors of #e35dbf

#e35dbf #e35d7c #c45de3

Monochromatic Colors of #e35dbf

#e35dbf

Complementary Color

#e35dbf #5de381

#e35dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35dbf Color CSS Codes

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

#e35dbf Text Font Color

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

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


#e35dbf Background Color

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

This div background color is #e35dbf


#e35dbf Border Color

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

This div border color is #e35dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35dbf


Comments

No comments written yet.

Please login to write comment.