Color Hex Logo

#e35fbd Color Hex

#E35FBD
(227,95,189)
0 Favorites   0 Comments

Color spaces of #e35fbd

RGB 22795189
HSL0.880.700.63
HSV317°58°89°
CMYK 0.000.580.17   0.11
XYZ44.956128.189451.2158
Yxy28.18940.36150.2267
Hunter Lab53.093758.2276-20.0274
CIE-Lab60.059561.7286-24.4039

#e35fbd color RGB value is (227,95,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011111 10111101
Octal 343 137 275
Decimal 227 95 189
Hex E3 5F BD

RGB Percentages of Color #e35fbd

%44.42
%18.59
%36.99

CMYK Percentages of Color #e35fbd

%0
%58
%17
%11

Triadic Colors of #e35fbd

#e35fbd #bde35f #5fbde3

Analogous Colors of #e35fbd

#e35fbd #e35f7b #c75fe3

Monochromatic Colors of #e35fbd

#e35fbd

Complementary Color

#e35fbd #5fe385

#e35fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35fbd Color CSS Codes

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

#e35fbd Text Font Color

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

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


#e35fbd Background Color

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

This div background color is #e35fbd


#e35fbd Border Color

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

This div border color is #e35fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35fbd


Comments

No comments written yet.

Please login to write comment.