Color Hex Logo

#ee46cb Color Hex

#EE46CB
(238,70,203)
0 Favorites   0 Comments

Color spaces of #ee46cb

RGB 23870203
HSL0.870.830.60
HSV313°71°93°
CMYK 0.000.710.15   0.07
XYZ48.229526.869359.1442
Yxy26.86930.35930.2002
Hunter Lab51.835675.3698-31.3647
CIE-Lab58.853276.1629-34.1280

#ee46cb color RGB value is (238,70,203).

#ee46cb hex color red value is 238, green value is 70 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ee46cb hue: 0.87 , saturation: 0.83 and the lightness value of ee46cb is 0.60.

The process color (four color CMYK) of #ee46cb color hex is 0.00, 0.71, 0.15, 0.07. Web safe color of #ee46cb is #ff33cc. Color #ee46cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000110 11001011
Octal 356 106 313
Decimal 238 70 203
Hex EE 46 CB

RGB Percentages of Color #ee46cb

%46.58
%13.70
%39.73

CMYK Percentages of Color #ee46cb

%0
%71
%15
%7

Triadic Colors of #ee46cb

#ee46cb #cbee46 #46cbee

Analogous Colors of #ee46cb

#ee46cb #ee4677 #bd46ee

Monochromatic Colors of #ee46cb

#ee46cb

Complementary Color

#ee46cb #46ee69

#ee46cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee46cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee46cb Color CSS Codes

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

#ee46cb Text Font Color

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

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


#ee46cb Background Color

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

This div background color is #ee46cb


#ee46cb Border Color

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

This div border color is #ee46cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee46cb


Comments

No comments written yet.

Please login to write comment.