Color Hex Logo

#ee3fbc Color Hex

#EE3FBC
(238,63,188)
0 Favorites   0 Comments

Color spaces of #ee3fbc

RGB 23863188
HSL0.880.840.59
HSV317°74°93°
CMYK 0.000.740.21   0.07
XYZ46.114525.363050.0420
Yxy25.36300.37950.2087
Hunter Lab50.361775.3135-23.6604
CIE-Lab57.427476.3914-27.7445

#ee3fbc color RGB value is (238,63,188).

#ee3fbc hex color red value is 238, green value is 63 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ee3fbc hue: 0.88 , saturation: 0.84 and the lightness value of ee3fbc is 0.59.

The process color (four color CMYK) of #ee3fbc color hex is 0.00, 0.74, 0.21, 0.07. Web safe color of #ee3fbc is #ff33cc. Color #ee3fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111111 10111100
Octal 356 77 274
Decimal 238 63 188
Hex EE 3F BC

RGB Percentages of Color #ee3fbc

%48.67
%12.88
%38.45

CMYK Percentages of Color #ee3fbc

%0
%74
%21
%7

Triadic Colors of #ee3fbc

#ee3fbc #bcee3f #3fbcee

Analogous Colors of #ee3fbc

#ee3fbc #ee3f65 #c93fee

Monochromatic Colors of #ee3fbc

#ee3fbc

Complementary Color

#ee3fbc #3fee71

#ee3fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3fbc Color CSS Codes

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

#ee3fbc Text Font Color

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

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


#ee3fbc Background Color

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

This div background color is #ee3fbc


#ee3fbc Border Color

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

This div border color is #ee3fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3fbc


Comments

No comments written yet.

Please login to write comment.