Color Hex Logo

#ee3bfe Color Hex

#EE3BFE
(238,59,254)
0 Favorites   0 Comments

Color spaces of #ee3bfe

RGB 23859254
HSL0.820.990.61
HSV295°77°100°
CMYK 0.060.770.00   0.00
XYZ54.713328.460896.3757
Yxy28.46080.30470.1585
Hunter Lab53.348789.7058-69.7648
CIE-Lab60.302887.0399-60.4720

#ee3bfe color RGB value is (238,59,254).

#ee3bfe hex color red value is 238, green value is 59 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ee3bfe hue: 0.82 , saturation: 0.99 and the lightness value of ee3bfe is 0.61.

The process color (four color CMYK) of #ee3bfe color hex is 0.06, 0.77, 0.00, 0.00. Web safe color of #ee3bfe is #ff33ff. Color #ee3bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111011 11111110
Octal 356 73 376
Decimal 238 59 254
Hex EE 3B FE

RGB Percentages of Color #ee3bfe

%43.19
%10.71
%46.10

CMYK Percentages of Color #ee3bfe

%6
%77
%0
%0

Triadic Colors of #ee3bfe

#ee3bfe #feee3b #3bfeee

Analogous Colors of #ee3bfe

#ee3bfe #fe3bad #8d3bfe

Monochromatic Colors of #ee3bfe

#ee3bfe

Complementary Color

#ee3bfe #4bfe3b

#ee3bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3bfe Color CSS Codes

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

#ee3bfe Text Font Color

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

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


#ee3bfe Background Color

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

This div background color is #ee3bfe


#ee3bfe Border Color

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

This div border color is #ee3bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3bfe


Comments

No comments written yet.

Please login to write comment.