Color Hex Logo

#e35dbd Color Hex

#E35DBD
(227,93,189)
0 Favorites   0 Comments

Color spaces of #e35dbd

RGB 22793189
HSL0.880.710.63
HSV317°59°89°
CMYK 0.000.590.17   0.11
XYZ44.778227.833751.1565
Yxy27.83370.36180.2249
Hunter Lab52.757759.1765-20.5602
CIE-Lab59.738262.5988-24.8978

#e35dbd color RGB value is (227,93,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011101 10111101
Octal 343 135 275
Decimal 227 93 189
Hex E3 5D BD

RGB Percentages of Color #e35dbd

%44.60
%18.27
%37.13

CMYK Percentages of Color #e35dbd

%0
%59
%17
%11

Triadic Colors of #e35dbd

#e35dbd #bde35d #5dbde3

Analogous Colors of #e35dbd

#e35dbd #e35d7a #c65de3

Monochromatic Colors of #e35dbd

#e35dbd

Complementary Color

#e35dbd #5de383

#e35dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35dbd Color CSS Codes

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

#e35dbd Text Font Color

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

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


#e35dbd Background Color

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

This div background color is #e35dbd


#e35dbd Border Color

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

This div border color is #e35dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35dbd


Comments

No comments written yet.

Please login to write comment.