Color Hex Logo

#e246cb Color Hex

#E246CB
(226,70,203)
0 Favorites   0 Comments

Color spaces of #e246cb

RGB 22670203
HSL0.860.730.58
HSV309°69°89°
CMYK 0.000.690.10   0.11
XYZ44.333724.860958.9619
Yxy24.86090.34590.1940
Hunter Lab49.860771.4572-35.2099
CIE-Lab56.939673.3699-37.2593

#e246cb color RGB value is (226,70,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000110 11001011
Octal 342 106 313
Decimal 226 70 203
Hex E2 46 CB

RGB Percentages of Color #e246cb

%45.29
%14.03
%40.68

CMYK Percentages of Color #e246cb

%0
%69
%10
%11

Triadic Colors of #e246cb

#e246cb #cbe246 #46cbe2

Analogous Colors of #e246cb

#e246cb #e2467d #ab46e2

Monochromatic Colors of #e246cb

#e246cb

Complementary Color

#e246cb #46e25d

#e246cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e246cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e246cb Color CSS Codes

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

#e246cb Text Font Color

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

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


#e246cb Background Color

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

This div background color is #e246cb


#e246cb Border Color

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

This div border color is #e246cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e246cb


Comments

No comments written yet.

Please login to write comment.