Color Hex Logo

#e94ccb Color Hex

#E94CCB
(233,76,203)
0 Favorites   0 Comments

Color spaces of #e94ccb

RGB 23376203
HSL0.870.780.61
HSV311°67°91°
CMYK 0.000.670.13   0.09
XYZ46.968226.804359.1982
Yxy26.80430.35320.2016
Hunter Lab51.772971.3322-31.5524
CIE-Lab58.792772.9160-34.2818

#e94ccb color RGB value is (233,76,203).

#e94ccb hex color red value is 233, green value is 76 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e94ccb hue: 0.87 , saturation: 0.78 and the lightness value of e94ccb is 0.61.

The process color (four color CMYK) of #e94ccb color hex is 0.00, 0.67, 0.13, 0.09. Web safe color of #e94ccb is #ff33cc. Color #e94ccb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001100 11001011
Octal 351 114 313
Decimal 233 76 203
Hex E9 4C CB

RGB Percentages of Color #e94ccb

%45.51
%14.84
%39.65

CMYK Percentages of Color #e94ccb

%0
%67
%13
%9

Triadic Colors of #e94ccb

#e94ccb #cbe94c #4ccbe9

Analogous Colors of #e94ccb

#e94ccb #e94c7d #b94ce9

Monochromatic Colors of #e94ccb

#e94ccb

Complementary Color

#e94ccb #4ce96a

#e94ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94ccb Color CSS Codes

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

#e94ccb Text Font Color

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

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


#e94ccb Background Color

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

This div background color is #e94ccb


#e94ccb Border Color

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

This div border color is #e94ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94ccb


Comments

No comments written yet.

Please login to write comment.