Color Hex Logo

#e256cb Color Hex

#E256CB
(226,86,203)
0 Favorites   0 Comments

Color spaces of #e256cb

RGB 22686203
HSL0.860.710.61
HSV310°62°89°
CMYK 0.000.620.10   0.11
XYZ45.471327.136159.3411
Yxy27.13610.34460.2057
Hunter Lab52.092364.6508-31.0757
CIE-Lab59.100167.3463-33.8831

#e256cb color RGB value is (226,86,203).

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

The process color (four color CMYK) of #e256cb color hex is 0.00, 0.62, 0.10, 0.11. Web safe color of #e256cb is #cc66cc. Color #e256cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010110 11001011
Octal 342 126 313
Decimal 226 86 203
Hex E2 56 CB

RGB Percentages of Color #e256cb

%43.88
%16.70
%39.42

CMYK Percentages of Color #e256cb

%0
%62
%10
%11

Triadic Colors of #e256cb

#e256cb #cbe256 #56cbe2

Analogous Colors of #e256cb

#e256cb #e25685 #b356e2

Monochromatic Colors of #e256cb

#e256cb

Complementary Color

#e256cb #56e26d

#e256cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e256cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e256cb Color CSS Codes

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

#e256cb Text Font Color

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

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


#e256cb Background Color

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

This div background color is #e256cb


#e256cb Border Color

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

This div border color is #e256cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e256cb


Comments

No comments written yet.

Please login to write comment.