Color Hex Logo

#ee03ec Color Hex

#EE03EC
(238,3,236)
0 Favorites   0 Comments

Color spaces of #ee03ec

RGB 2383236
HSL0.830.980.47
HSV301°99°93°
CMYK 0.000.990.01   0.07
XYZ50.432824.298481.3888
Yxy24.29840.32300.1556
Hunter Lab49.293496.3625-63.3889
CIE-Lab56.385392.7828-56.7067

#ee03ec color RGB value is (238,3,236).

#ee03ec hex color red value is 238, green value is 3 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ee03ec hue: 0.83 , saturation: 0.98 and the lightness value of ee03ec is 0.47.

The process color (four color CMYK) of #ee03ec color hex is 0.00, 0.99, 0.01, 0.07. Web safe color of #ee03ec is #ff00ff. Color #ee03ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000011 11101100
Octal 356 3 354
Decimal 238 3 236
Hex EE 3 EC

RGB Percentages of Color #ee03ec

%49.90
%0.63
%49.48

CMYK Percentages of Color #ee03ec

%0
%99
%1
%7

Triadic Colors of #ee03ec

#ee03ec #ecee03 #03ecee

Analogous Colors of #ee03ec

#ee03ec #ee0377 #7b03ee

Monochromatic Colors of #ee03ec

#ee03ec

Complementary Color

#ee03ec #03ee05

#ee03ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee03ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee03ec Color CSS Codes

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

#ee03ec Text Font Color

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

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


#ee03ec Background Color

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

This div background color is #ee03ec


#ee03ec Border Color

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

This div border color is #ee03ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee03ec


Comments

No comments written yet.

Please login to write comment.