Color Hex Logo

#ee3bbe Color Hex

#EE3BBE
(238,59,190)
0 Favorites   0 Comments

Color spaces of #ee3bbe

RGB 23859190
HSL0.880.840.58
HSV316°75°93°
CMYK 0.000.750.20   0.07
XYZ46.118125.022851.1144
Yxy25.02280.37720.2047
Hunter Lab50.022877.0267-25.5679
CIE-Lab57.097677.8231-29.4078

#ee3bbe color RGB value is (238,59,190).

#ee3bbe hex color red value is 238, green value is 59 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ee3bbe hue: 0.88 , saturation: 0.84 and the lightness value of ee3bbe is 0.58.

The process color (four color CMYK) of #ee3bbe color hex is 0.00, 0.75, 0.20, 0.07. Web safe color of #ee3bbe is #ff33cc. Color #ee3bbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111011 10111110
Octal 356 73 276
Decimal 238 59 190
Hex EE 3B BE

RGB Percentages of Color #ee3bbe

%48.87
%12.11
%39.01

CMYK Percentages of Color #ee3bbe

%0
%75
%20
%7

Triadic Colors of #ee3bbe

#ee3bbe #beee3b #3bbeee

Analogous Colors of #ee3bbe

#ee3bbe #ee3b65 #c53bee

Monochromatic Colors of #ee3bbe

#ee3bbe

Complementary Color

#ee3bbe #3bee6b

#ee3bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3bbe Color CSS Codes

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

#ee3bbe Text Font Color

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

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


#ee3bbe Background Color

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

This div background color is #ee3bbe


#ee3bbe Border Color

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

This div border color is #ee3bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3bbe


Comments

No comments written yet.

Please login to write comment.