Color Hex Logo

#e665bb Color Hex

#E665BB
(230,101,187)
0 Favorites   0 Comments

Color spaces of #e665bb

RGB 230101187
HSL0.890.720.65
HSV320°56°90°
CMYK 0.000.560.19   0.10
XYZ46.256429.718250.3119
Yxy29.71820.36630.2353
Hunter Lab54.514456.0601-16.5593
CIE-Lab61.410359.6263-21.1544

#e665bb color RGB value is (230,101,187).

#e665bb hex color red value is 230, green value is 101 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e665bb hue: 0.89 , saturation: 0.72 and the lightness value of e665bb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100101 10111011
Octal 346 145 273
Decimal 230 101 187
Hex E6 65 BB

RGB Percentages of Color #e665bb

%44.40
%19.50
%36.10

CMYK Percentages of Color #e665bb

%0
%56
%19
%10

Triadic Colors of #e665bb

#e665bb #bbe665 #65bbe6

Analogous Colors of #e665bb

#e665bb #e6657b #d165e6

Monochromatic Colors of #e665bb

#e665bb

Complementary Color

#e665bb #65e690

#e665bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e665bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e665bb Color CSS Codes

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

#e665bb Text Font Color

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

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


#e665bb Background Color

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

This div background color is #e665bb


#e665bb Border Color

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

This div border color is #e665bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e665bb


Comments

No comments written yet.

Please login to write comment.