Color Hex Logo

#ee03cb Color Hex

#EE03CB
(238,3,203)
0 Favorites   0 Comments

Color spaces of #ee03cb

RGB 2383203
HSL0.860.980.47
HSV309°99°93°
CMYK 0.000.990.15   0.07
XYZ46.071922.554158.4250
Yxy22.55410.36260.1775
Hunter Lab47.491290.0561-39.6965
CIE-Lab54.610088.4142-40.7796

#ee03cb color RGB value is (238,3,203).

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

The process color (four color CMYK) of #ee03cb color hex is 0.00, 0.99, 0.15, 0.07. Web safe color of #ee03cb is #ff00cc. Color #ee03cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000011 11001011
Octal 356 3 313
Decimal 238 3 203
Hex EE 3 CB

RGB Percentages of Color #ee03cb

%53.60
%0.68
%45.72

CMYK Percentages of Color #ee03cb

%0
%99
%15
%7

Triadic Colors of #ee03cb

#ee03cb #cbee03 #03cbee

Analogous Colors of #ee03cb

#ee03cb #ee0355 #9c03ee

Monochromatic Colors of #ee03cb

#ee03cb

Complementary Color

#ee03cb #03ee26

#ee03cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee03cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee03cb Color CSS Codes

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

#ee03cb Text Font Color

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

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


#ee03cb Background Color

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

This div background color is #ee03cb


#ee03cb Border Color

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

This div border color is #ee03cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee03cb


Comments

No comments written yet.

Please login to write comment.