Color Hex Logo

#e65cbf Color Hex

#E65CBF
(230,92,191)
0 Favorites   0 Comments

Color spaces of #e65cbf

RGB 23092191
HSL0.880.730.63
HSV317°60°90°
CMYK 0.000.600.17   0.10
XYZ45.864228.238952.3235
Yxy28.23890.36280.2234
Hunter Lab53.140361.0639-21.1805
CIE-Lab60.104064.1424-25.4405

#e65cbf color RGB value is (230,92,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011100 10111111
Octal 346 134 277
Decimal 230 92 191
Hex E6 5C BF

RGB Percentages of Color #e65cbf

%44.83
%17.93
%37.23

CMYK Percentages of Color #e65cbf

%0
%60
%17
%10

Triadic Colors of #e65cbf

#e65cbf #bfe65c #5cbfe6

Analogous Colors of #e65cbf

#e65cbf #e65c7a #c85ce6

Monochromatic Colors of #e65cbf

#e65cbf

Complementary Color

#e65cbf #5ce683

#e65cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65cbf Color CSS Codes

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

#e65cbf Text Font Color

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

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


#e65cbf Background Color

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

This div background color is #e65cbf


#e65cbf Border Color

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

This div border color is #e65cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65cbf


Comments

No comments written yet.

Please login to write comment.