Color Hex Logo

#e65cbe Color Hex

#E65CBE
(230,92,190)
0 Favorites   0 Comments

Color spaces of #e65cbe

RGB 23092190
HSL0.880.730.63
HSV317°60°90°
CMYK 0.000.600.17   0.10
XYZ45.754528.195051.7458
Yxy28.19500.36400.2243
Hunter Lab53.099060.8873-20.6098
CIE-Lab60.064563.9996-24.9299

#e65cbe color RGB value is (230,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011100 10111110
Octal 346 134 276
Decimal 230 92 190
Hex E6 5C BE

RGB Percentages of Color #e65cbe

%44.92
%17.97
%37.11

CMYK Percentages of Color #e65cbe

%0
%60
%17
%10

Triadic Colors of #e65cbe

#e65cbe #bee65c #5cbee6

Analogous Colors of #e65cbe

#e65cbe #e65c79 #c95ce6

Monochromatic Colors of #e65cbe

#e65cbe

Complementary Color

#e65cbe #5ce684

#e65cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65cbe Color CSS Codes

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

#e65cbe Text Font Color

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

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


#e65cbe Background Color

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

This div background color is #e65cbe


#e65cbe Border Color

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

This div border color is #e65cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65cbe


Comments

No comments written yet.

Please login to write comment.