Color Hex Logo

#e35bca Color Hex

#E35BCA
(227,91,202)
0 Favorites   0 Comments

Color spaces of #e35bca

RGB 22791202
HSL0.860.710.62
HSV311°60°89°
CMYK 0.000.600.11   0.11
XYZ46.080328.077358.8679
Yxy28.07730.34640.2111
Hunter Lab52.988062.5010-28.7776
CIE-Lab59.958565.3843-31.9677

#e35bca color RGB value is (227,91,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011011 11001010
Octal 343 133 312
Decimal 227 91 202
Hex E3 5B CA

RGB Percentages of Color #e35bca

%43.65
%17.50
%38.85

CMYK Percentages of Color #e35bca

%0
%60
%11
%11

Triadic Colors of #e35bca

#e35bca #cae35b #5bcae3

Analogous Colors of #e35bca

#e35bca #e35b86 #b85be3

Monochromatic Colors of #e35bca

#e35bca

Complementary Color

#e35bca #5be374

#e35bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35bca Color CSS Codes

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

#e35bca Text Font Color

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

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


#e35bca Background Color

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

This div background color is #e35bca


#e35bca Border Color

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

This div border color is #e35bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35bca


Comments

No comments written yet.

Please login to write comment.