Color Hex Logo

#ee3ffd Color Hex

#EE3FFD
(238,63,253)
0 Favorites   0 Comments

Color spaces of #ee3ffd

RGB 23863253
HSL0.820.980.62
HSV295°75°99°
CMYK 0.060.750.00   0.01
XYZ54.767028.824095.6056
Yxy28.82400.30560.1609
Hunter Lab53.688088.1335-67.9999
CIE-Lab60.626085.7828-59.4019

#ee3ffd color RGB value is (238,63,253).

#ee3ffd hex color red value is 238, green value is 63 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ee3ffd hue: 0.82 , saturation: 0.98 and the lightness value of ee3ffd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111111 11111101
Octal 356 77 375
Decimal 238 63 253
Hex EE 3F FD

RGB Percentages of Color #ee3ffd

%42.96
%11.37
%45.67

CMYK Percentages of Color #ee3ffd

%6
%75
%0
%1

Triadic Colors of #ee3ffd

#ee3ffd #fdee3f #3ffdee

Analogous Colors of #ee3ffd

#ee3ffd #fd3fad #8f3ffd

Monochromatic Colors of #ee3ffd

#ee3ffd

Complementary Color

#ee3ffd #4efd3f

#ee3ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3ffd Color CSS Codes

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

#ee3ffd Text Font Color

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

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


#ee3ffd Background Color

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

This div background color is #ee3ffd


#ee3ffd Border Color

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

This div border color is #ee3ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3ffd


Comments

No comments written yet.

Please login to write comment.