Color Hex Logo

#ee7bbc Color Hex

#EE7BBC
(238,123,188)
0 Favorites   0 Comments

Color spaces of #ee7bbc

RGB 238123188
HSL0.910.770.71
HSV326°48°93°
CMYK 0.000.480.21   0.07
XYZ51.420035.973951.8105
Yxy35.97390.36940.2584
Hunter Lab59.978248.0681-9.2312
CIE-Lab66.500051.8093-13.8993

#ee7bbc color RGB value is (238,123,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111011 10111100
Octal 356 173 274
Decimal 238 123 188
Hex EE 7B BC

RGB Percentages of Color #ee7bbc

%43.35
%22.40
%34.24

CMYK Percentages of Color #ee7bbc

%0
%48
%21
%7

Triadic Colors of #ee7bbc

#ee7bbc #bcee7b #7bbcee

Analogous Colors of #ee7bbc

#ee7bbc #ee7b83 #e77bee

Monochromatic Colors of #ee7bbc

#ee7bbc

Complementary Color

#ee7bbc #7beead

#ee7bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7bbc Color CSS Codes

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

#ee7bbc Text Font Color

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

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


#ee7bbc Background Color

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

This div background color is #ee7bbc


#ee7bbc Border Color

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

This div border color is #ee7bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7bbc


Comments

No comments written yet.

Please login to write comment.