Color Hex Logo

#ee75bf Color Hex

#EE75BF
(238,117,191)
0 Favorites   0 Comments

Color spaces of #ee75bf

RGB 238117191
HSL0.900.780.70
HSV323°51°93°
CMYK 0.000.510.20   0.07
XYZ51.025234.661353.2912
Yxy34.66130.36710.2494
Hunter Lab58.873851.6744-12.4562
CIE-Lab65.484155.1427-17.1243

#ee75bf color RGB value is (238,117,191).

#ee75bf hex color red value is 238, green value is 117 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ee75bf hue: 0.90 , saturation: 0.78 and the lightness value of ee75bf is 0.70.

The process color (four color CMYK) of #ee75bf color hex is 0.00, 0.51, 0.20, 0.07. Web safe color of #ee75bf is #ff66cc. Color #ee75bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110101 10111111
Octal 356 165 277
Decimal 238 117 191
Hex EE 75 BF

RGB Percentages of Color #ee75bf

%43.59
%21.43
%34.98

CMYK Percentages of Color #ee75bf

%0
%51
%20
%7

Triadic Colors of #ee75bf

#ee75bf #bfee75 #75bfee

Analogous Colors of #ee75bf

#ee75bf #ee7583 #e175ee

Monochromatic Colors of #ee75bf

#ee75bf

Complementary Color

#ee75bf #75eea4

#ee75bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee75bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee75bf Color CSS Codes

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

#ee75bf Text Font Color

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

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


#ee75bf Background Color

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

This div background color is #ee75bf


#ee75bf Border Color

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

This div border color is #ee75bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee75bf


Comments

No comments written yet.

Please login to write comment.