Color Hex Logo

#ee1bce Color Hex

#EE1BCE
(238,27,206)
0 Favorites   0 Comments

Color spaces of #ee1bce

RGB 23827206
HSL0.860.860.52
HSV309°89°93°
CMYK 0.000.890.13   0.07
XYZ46.792423.417260.4463
Yxy23.41720.35810.1792
Hunter Lab48.391387.9173-40.1861
CIE-Lab55.499586.6172-41.0990

#ee1bce color RGB value is (238,27,206).

#ee1bce hex color red value is 238, green value is 27 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ee1bce hue: 0.86 , saturation: 0.86 and the lightness value of ee1bce is 0.52.

The process color (four color CMYK) of #ee1bce color hex is 0.00, 0.89, 0.13, 0.07. Web safe color of #ee1bce is #ff33cc. Color #ee1bce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011011 11001110
Octal 356 33 316
Decimal 238 27 206
Hex EE 1B CE

RGB Percentages of Color #ee1bce

%50.53
%5.73
%43.74

CMYK Percentages of Color #ee1bce

%0
%89
%13
%7

Triadic Colors of #ee1bce

#ee1bce #ceee1b #1bceee

Analogous Colors of #ee1bce

#ee1bce #ee1b65 #a51bee

Monochromatic Colors of #ee1bce

#ee1bce

Complementary Color

#ee1bce #1bee3b

#ee1bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee1bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee1bce Color CSS Codes

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

#ee1bce Text Font Color

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

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


#ee1bce Background Color

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

This div background color is #ee1bce


#ee1bce Border Color

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

This div border color is #ee1bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee1bce


Comments

No comments written yet.

Please login to write comment.