Color Hex Logo

#ee7cbd Color Hex

#EE7CBD
(238,124,189)
0 Favorites   0 Comments

Color spaces of #ee7cbd

RGB 238124189
HSL0.900.770.71
HSV326°48°93°
CMYK 0.000.480.21   0.07
XYZ51.652936.266652.4219
Yxy36.26660.36810.2584
Hunter Lab60.221847.7134-9.4556
CIE-Lab66.723151.4617-14.1263

#ee7cbd color RGB value is (238,124,189).

#ee7cbd hex color red value is 238, green value is 124 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ee7cbd hue: 0.90 , saturation: 0.77 and the lightness value of ee7cbd is 0.71.

The process color (four color CMYK) of #ee7cbd color hex is 0.00, 0.48, 0.21, 0.07. Web safe color of #ee7cbd is #ff66cc. Color #ee7cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111100 10111101
Octal 356 174 275
Decimal 238 124 189
Hex EE 7C BD

RGB Percentages of Color #ee7cbd

%43.19
%22.50
%34.30

CMYK Percentages of Color #ee7cbd

%0
%48
%21
%7

Triadic Colors of #ee7cbd

#ee7cbd #bdee7c #7cbdee

Analogous Colors of #ee7cbd

#ee7cbd #ee7c84 #e67cee

Monochromatic Colors of #ee7cbd

#ee7cbd

Complementary Color

#ee7cbd #7ceead

#ee7cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7cbd Color CSS Codes

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

#ee7cbd Text Font Color

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

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


#ee7cbd Background Color

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

This div background color is #ee7cbd


#ee7cbd Border Color

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

This div border color is #ee7cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7cbd


Comments

No comments written yet.

Please login to write comment.