Color Hex Logo

#e235cb Color Hex

#E235CB
(226,53,203)
0 Favorites   0 Comments

Color spaces of #e235cb

RGB 22653203
HSL0.860.750.55
HSV308°77°89°
CMYK 0.000.770.10   0.11
XYZ43.416623.026858.6562
Yxy23.02680.34710.1841
Hunter Lab47.986277.5258-38.8830
CIE-Lab55.099978.6072-40.1490

#e235cb color RGB value is (226,53,203).

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

The process color (four color CMYK) of #e235cb color hex is 0.00, 0.77, 0.10, 0.11. Web safe color of #e235cb is #cc33cc. Color #e235cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110101 11001011
Octal 342 65 313
Decimal 226 53 203
Hex E2 35 CB

RGB Percentages of Color #e235cb

%46.89
%11.00
%42.12

CMYK Percentages of Color #e235cb

%0
%77
%10
%11

Triadic Colors of #e235cb

#e235cb #cbe235 #35cbe2

Analogous Colors of #e235cb

#e235cb #e23575 #a335e2

Monochromatic Colors of #e235cb

#e235cb

Complementary Color

#e235cb #35e24c

#e235cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e235cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e235cb Color CSS Codes

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

#e235cb Text Font Color

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

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


#e235cb Background Color

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

This div background color is #e235cb


#e235cb Border Color

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

This div border color is #e235cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e235cb


Comments

No comments written yet.

Please login to write comment.