Color Hex Logo

#ee3bfc Color Hex

#EE3BFC
(238,59,252)
0 Favorites   0 Comments

Color spaces of #ee3bfc

RGB 23859252
HSL0.820.970.61
HSV296°77°99°
CMYK 0.060.770.00   0.01
XYZ54.394528.333394.6974
Yxy28.33330.30660.1597
Hunter Lab53.229089.2575-68.2199
CIE-Lab60.188786.7224-59.5476

#ee3bfc color RGB value is (238,59,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111011 11111100
Octal 356 73 374
Decimal 238 59 252
Hex EE 3B FC

RGB Percentages of Color #ee3bfc

%43.35
%10.75
%45.90

CMYK Percentages of Color #ee3bfc

%6
%77
%0
%1

Triadic Colors of #ee3bfc

#ee3bfc #fcee3b #3bfcee

Analogous Colors of #ee3bfc

#ee3bfc #fc3baa #8e3bfc

Monochromatic Colors of #ee3bfc

#ee3bfc

Complementary Color

#ee3bfc #49fc3b

#ee3bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3bfc Color CSS Codes

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

#ee3bfc Text Font Color

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

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


#ee3bfc Background Color

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

This div background color is #ee3bfc


#ee3bfc Border Color

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

This div border color is #ee3bfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,59,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 #ee3bfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.