Color Hex Logo

#e656cb Color Hex

#E656CB
(230,86,203)
0 Favorites   0 Comments

Color spaces of #e656cb

RGB 23086203
HSL0.860.740.62
HSV311°63°90°
CMYK 0.000.630.12   0.10
XYZ46.740427.790459.4005
Yxy27.79040.34900.2075
Hunter Lab52.716666.0104-29.9057
CIE-Lab59.698968.3700-32.9052

#e656cb color RGB value is (230,86,203).

#e656cb hex color red value is 230, green value is 86 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e656cb hue: 0.86 , saturation: 0.74 and the lightness value of e656cb is 0.62.

The process color (four color CMYK) of #e656cb color hex is 0.00, 0.63, 0.12, 0.10. Web safe color of #e656cb is #ff66cc. Color #e656cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010110 11001011
Octal 346 126 313
Decimal 230 86 203
Hex E6 56 CB

RGB Percentages of Color #e656cb

%44.32
%16.57
%39.11

CMYK Percentages of Color #e656cb

%0
%63
%12
%10

Triadic Colors of #e656cb

#e656cb #cbe656 #56cbe6

Analogous Colors of #e656cb

#e656cb #e65683 #b956e6

Monochromatic Colors of #e656cb

#e656cb

Complementary Color

#e656cb #56e671

#e656cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e656cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e656cb Color CSS Codes

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

#e656cb Text Font Color

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

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


#e656cb Background Color

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

This div background color is #e656cb


#e656cb Border Color

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

This div border color is #e656cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e656cb


Comments

No comments written yet.

Please login to write comment.