Color Hex Logo

#ee9bfc Color Hex

#EE9BFC
(238,155,252)
0 Favorites   0 Comments

Color spaces of #ee9bfc

RGB 238155252
HSL0.810.940.80
HSV291°38°99°
CMYK 0.060.380.00   0.01
XYZ64.551948.648198.0832
Yxy48.64810.30550.2303
Hunter Lab69.748243.1423-34.5527
CIE-Lab75.231946.2605-35.8596

#ee9bfc color RGB value is (238,155,252).

#ee9bfc hex color red value is 238, green value is 155 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ee9bfc hue: 0.81 , saturation: 0.94 and the lightness value of ee9bfc is 0.80.

The process color (four color CMYK) of #ee9bfc color hex is 0.06, 0.38, 0.00, 0.01. Web safe color of #ee9bfc is #ff99ff. Color #ee9bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10011011 11111100
Octal 356 233 374
Decimal 238 155 252
Hex EE 9B FC

RGB Percentages of Color #ee9bfc

%36.90
%24.03
%39.07

CMYK Percentages of Color #ee9bfc

%6
%38
%0
%1

Triadic Colors of #ee9bfc

#ee9bfc #fcee9b #9bfcee

Analogous Colors of #ee9bfc

#ee9bfc #fc9bda #be9bfc

Monochromatic Colors of #ee9bfc

#ee9bfc

Complementary Color

#ee9bfc #a9fc9b

#ee9bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee9bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee9bfc Color CSS Codes

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

#ee9bfc Text Font Color

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

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


#ee9bfc Background Color

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

This div background color is #ee9bfc


#ee9bfc Border Color

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

This div border color is #ee9bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee9bfc


Comments

No comments written yet.

Please login to write comment.