Color Hex Logo

#ee42bc Color Hex

#EE42BC
(238,66,188)
0 Favorites   0 Comments

Color spaces of #ee42bc

RGB 23866188
HSL0.880.830.60
HSV317°72°93°
CMYK 0.000.720.21   0.07
XYZ46.285225.704450.0989
Yxy25.70440.37910.2105
Hunter Lab50.699574.2342-23.0980
CIE-Lab57.755475.4618-27.2374

#ee42bc color RGB value is (238,66,188).

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

The process color (four color CMYK) of #ee42bc color hex is 0.00, 0.72, 0.21, 0.07. Web safe color of #ee42bc is #ff33cc. Color #ee42bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000010 10111100
Octal 356 102 274
Decimal 238 66 188
Hex EE 42 BC

RGB Percentages of Color #ee42bc

%48.37
%13.41
%38.21

CMYK Percentages of Color #ee42bc

%0
%72
%21
%7

Triadic Colors of #ee42bc

#ee42bc #bcee42 #42bcee

Analogous Colors of #ee42bc

#ee42bc #ee4266 #ca42ee

Monochromatic Colors of #ee42bc

#ee42bc

Complementary Color

#ee42bc #42ee74

#ee42bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee42bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee42bc Color CSS Codes

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

#ee42bc Text Font Color

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

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


#ee42bc Background Color

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

This div background color is #ee42bc


#ee42bc Border Color

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

This div border color is #ee42bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,66,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee42bc


Comments

No comments written yet.

Please login to write comment.