Color Hex Logo

#e66fbc Color Hex

#E66FBC
(230,111,188)
0 Favorites   0 Comments

Color spaces of #e66fbc

RGB 230111188
HSL0.890.700.67
HSV321°52°90°
CMYK 0.000.520.18   0.10
XYZ47.394731.822751.2214
Yxy31.82270.36330.2440
Hunter Lab56.411651.2480-14.3468
CIE-Lab63.196155.1290-19.0016

#e66fbc color RGB value is (230,111,188).

#e66fbc hex color red value is 230, green value is 111 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e66fbc hue: 0.89 , saturation: 0.70 and the lightness value of e66fbc is 0.67.

The process color (four color CMYK) of #e66fbc color hex is 0.00, 0.52, 0.18, 0.10. Web safe color of #e66fbc is #ff66cc. Color #e66fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101111 10111100
Octal 346 157 274
Decimal 230 111 188
Hex E6 6F BC

RGB Percentages of Color #e66fbc

%43.48
%20.98
%35.54

CMYK Percentages of Color #e66fbc

%0
%52
%18
%10

Triadic Colors of #e66fbc

#e66fbc #bce66f #6fbce6

Analogous Colors of #e66fbc

#e66fbc #e66f81 #d56fe6

Monochromatic Colors of #e66fbc

#e66fbc

Complementary Color

#e66fbc #6fe699

#e66fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66fbc Color CSS Codes

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

#e66fbc Text Font Color

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

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


#e66fbc Background Color

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

This div background color is #e66fbc


#e66fbc Border Color

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

This div border color is #e66fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66fbc


Comments

No comments written yet.

Please login to write comment.