Color Hex Logo

#e66fba Color Hex

#E66FBA
(230,111,186)
0 Favorites   0 Comments

Color spaces of #e66fba

RGB 230111186
HSL0.890.700.67
HSV322°52°90°
CMYK 0.000.520.19   0.10
XYZ47.180531.737050.0935
Yxy31.73700.36570.2460
Hunter Lab56.335650.9047-13.2856
CIE-Lab63.124954.8375-17.9741

#e66fba color RGB value is (230,111,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101111 10111010
Octal 346 157 272
Decimal 230 111 186
Hex E6 6F BA

RGB Percentages of Color #e66fba

%43.64
%21.06
%35.29

CMYK Percentages of Color #e66fba

%0
%52
%19
%10

Triadic Colors of #e66fba

#e66fba #bae66f #6fbae6

Analogous Colors of #e66fba

#e66fba #e66f7f #d76fe6

Monochromatic Colors of #e66fba

#e66fba

Complementary Color

#e66fba #6fe69b

#e66fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66fba Color CSS Codes

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

#e66fba Text Font Color

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

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


#e66fba Background Color

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

This div background color is #e66fba


#e66fba Border Color

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

This div border color is #e66fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,111,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66fba


Comments

No comments written yet.

Please login to write comment.