Color Hex Logo

#e35dcb Color Hex

#E35DCB
(227,93,203)
0 Favorites   0 Comments

Color spaces of #e35dcb

RGB 22793203
HSL0.860.710.63
HSV311°59°89°
CMYK 0.000.590.11   0.11
XYZ46.372428.471459.5513
Yxy28.47140.34500.2118
Hunter Lab53.358661.7516-28.8201
CIE-Lab60.312364.6878-31.9859

#e35dcb color RGB value is (227,93,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011101 11001011
Octal 343 135 313
Decimal 227 93 203
Hex E3 5D CB

RGB Percentages of Color #e35dcb

%43.40
%17.78
%38.81

CMYK Percentages of Color #e35dcb

%0
%59
%11
%11

Triadic Colors of #e35dcb

#e35dcb #cbe35d #5dcbe3

Analogous Colors of #e35dcb

#e35dcb #e35d88 #b85de3

Monochromatic Colors of #e35dcb

#e35dcb

Complementary Color

#e35dcb #5de375

#e35dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35dcb Color CSS Codes

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

#e35dcb Text Font Color

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

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


#e35dcb Background Color

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

This div background color is #e35dcb


#e35dcb Border Color

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

This div border color is #e35dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35dcb


Comments

No comments written yet.

Please login to write comment.