Color Hex Logo

#e666bc Color Hex

#E666BC
(230,102,188)
0 Favorites   0 Comments

Color spaces of #e666bc

RGB 230102188
HSL0.890.720.65
HSV320°56°90°
CMYK 0.000.560.18   0.10
XYZ46.461629.956650.9104
Yxy29.95660.36490.2353
Hunter Lab54.732655.7435-16.8367
CIE-Lab61.616859.3171-21.4091

#e666bc color RGB value is (230,102,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100110 10111100
Octal 346 146 274
Decimal 230 102 188
Hex E6 66 BC

RGB Percentages of Color #e666bc

%44.23
%19.62
%36.15

CMYK Percentages of Color #e666bc

%0
%56
%18
%10

Triadic Colors of #e666bc

#e666bc #bce666 #66bce6

Analogous Colors of #e666bc

#e666bc #e6667c #d066e6

Monochromatic Colors of #e666bc

#e666bc

Complementary Color

#e666bc #66e690

#e666bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e666bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e666bc Color CSS Codes

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

#e666bc Text Font Color

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

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


#e666bc Background Color

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

This div background color is #e666bc


#e666bc Border Color

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

This div border color is #e666bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e666bc

#e666bc Color Palettes


Comments

No comments written yet.

Please login to write comment.