color codes Logo

#ee0bef color codes

#EE0BEF
(238,11,239)
0 Favorites   0 Comments

Color spaces of #ee0bef

RGB 23811239
HSL0.830.910.49
HSV300°95°94°
CMYK 0.000.950.00   0.06
XYZ50.959624.648583.7331
Yxy24.64850.31980.1547
Hunter Lab49.647396.3357-65.2431
CIE-Lab56.731392.6960-57.8364

#ee0bef color RGB value is (238,11,239).

#ee0bef hex color red value is 238, green value is 11 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ee0bef hue: 0.83 , saturation: 0.91 and the lightness value of ee0bef is 0.49.

The process color (four color CMYK) of #ee0bef color code is 0.00, 0.95, 0.00, 0.06. Web safe color of #ee0bef is #ff00ff. Color #ee0bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001011 11101111
Octal 356 13 357
Decimal 238 11 239
Hex EE B EF

RGB Percentages of Color #ee0bef

%48.77
%2.25
%48.98

CMYK Percentages of Color #ee0bef

%0
%95
%0
%6

Triadic Colors of #ee0bef

#ee0bef #efee0b #0befee

Analogous Colors of #ee0bef

#ee0bef #ef0b7e #7c0bef

Monochromatic Colors of #ee0bef

#ee0bef

Complementary Color

#ee0bef #0cef0b

#ee0bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0bef Color CSS Codes

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

#ee0bef Text Font Color

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

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


#ee0bef Background Color

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

This div background color is #ee0bef


#ee0bef Border Color

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

This div border color is #ee0bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0bef

Related Colors


Comments

No comments written yet.

Please login to write comment.