Color Hex Logo

#e65bbb Color Hex

#E65BBB
(230,91,187)
0 Favorites   0 Comments

Color spaces of #e65bbb

RGB 23091187
HSL0.880.740.63
HSV319°60°90°
CMYK 0.000.600.19   0.10
XYZ45.343927.893050.0077
Yxy27.89300.36790.2263
Hunter Lab52.813860.8290-19.1701
CIE-Lab59.791963.9986-23.6324

#e65bbb color RGB value is (230,91,187).

#e65bbb hex color red value is 230, green value is 91 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e65bbb hue: 0.88 , saturation: 0.74 and the lightness value of e65bbb is 0.63.

The process color (four color CMYK) of #e65bbb color hex is 0.00, 0.60, 0.19, 0.10. Web safe color of #e65bbb is #ff66cc. Color #e65bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011011 10111011
Octal 346 133 273
Decimal 230 91 187
Hex E6 5B BB

RGB Percentages of Color #e65bbb

%45.28
%17.91
%36.81

CMYK Percentages of Color #e65bbb

%0
%60
%19
%10

Triadic Colors of #e65bbb

#e65bbb #bbe65b #5bbbe6

Analogous Colors of #e65bbb

#e65bbb #e65b76 #cc5be6

Monochromatic Colors of #e65bbb

#e65bbb

Complementary Color

#e65bbb #5be686

#e65bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65bbb Color CSS Codes

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

#e65bbb Text Font Color

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

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


#e65bbb Background Color

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

This div background color is #e65bbb


#e65bbb Border Color

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

This div border color is #e65bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65bbb


Comments

No comments written yet.

Please login to write comment.