Color Hex Logo

#ee13bc Color Hex

#EE13BC
(238,19,188)
0 Favorites   0 Comments

Color spaces of #ee13bc

RGB 23819188
HSL0.870.870.50
HSV314°92°93°
CMYK 0.000.920.21   0.07
XYZ44.569922.273749.5271
Yxy22.27370.38300.1914
Hunter Lab47.195085.9800-29.1832
CIE-Lab54.316285.3652-32.5774

#ee13bc color RGB value is (238,19,188).

#ee13bc hex color red value is 238, green value is 19 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ee13bc hue: 0.87 , saturation: 0.87 and the lightness value of ee13bc is 0.50.

The process color (four color CMYK) of #ee13bc color hex is 0.00, 0.92, 0.21, 0.07. Web safe color of #ee13bc is #ff00cc. Color #ee13bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010011 10111100
Octal 356 23 274
Decimal 238 19 188
Hex EE 13 BC

RGB Percentages of Color #ee13bc

%53.48
%4.27
%42.25

CMYK Percentages of Color #ee13bc

%0
%92
%21
%7

Triadic Colors of #ee13bc

#ee13bc #bcee13 #13bcee

Analogous Colors of #ee13bc

#ee13bc #ee134f #b313ee

Monochromatic Colors of #ee13bc

#ee13bc

Complementary Color

#ee13bc #13ee45

#ee13bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee13bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee13bc Color CSS Codes

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

#ee13bc Text Font Color

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

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


#ee13bc Background Color

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

This div background color is #ee13bc


#ee13bc Border Color

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

This div border color is #ee13bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee13bc


Comments

No comments written yet.

Please login to write comment.