Color Hex Logo

#e666bf Color Hex

#E666BF
(230,102,191)
0 Favorites   0 Comments

Color spaces of #e666bf

RGB 230102191
HSL0.880.720.65
HSV318°56°90°
CMYK 0.000.560.17   0.10
XYZ46.788530.087352.6316
Yxy30.08730.36130.2323
Hunter Lab54.851956.2692-18.4937
CIE-Lab61.729559.7529-22.9448

#e666bf color RGB value is (230,102,191).

#e666bf hex color red value is 230, green value is 102 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e666bf hue: 0.88 , saturation: 0.72 and the lightness value of e666bf is 0.65.

The process color (four color CMYK) of #e666bf color hex is 0.00, 0.56, 0.17, 0.10. Web safe color of #e666bf is #ff66cc. Color #e666bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100110 10111111
Octal 346 146 277
Decimal 230 102 191
Hex E6 66 BF

RGB Percentages of Color #e666bf

%43.98
%19.50
%36.52

CMYK Percentages of Color #e666bf

%0
%56
%17
%10

Triadic Colors of #e666bf

#e666bf #bfe666 #66bfe6

Analogous Colors of #e666bf

#e666bf #e6667f #cd66e6

Monochromatic Colors of #e666bf

#e666bf

Complementary Color

#e666bf #66e68d

#e666bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e666bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e666bf Color CSS Codes

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

#e666bf Text Font Color

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

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


#e666bf Background Color

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

This div background color is #e666bf


#e666bf Border Color

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

This div border color is #e666bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e666bf


Comments

No comments written yet.

Please login to write comment.