Color Hex Logo

#e668bf Color Hex

#E668BF
(230,104,191)
0 Favorites   0 Comments

Color spaces of #e668bf

RGB 230104191
HSL0.880.720.65
HSV319°55°90°
CMYK 0.000.550.17   0.10
XYZ46.987430.485252.6979
Yxy30.48520.36100.2342
Hunter Lab55.213455.2826-17.9394
CIE-Lab62.070658.8410-22.4225

#e668bf color RGB value is (230,104,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101000 10111111
Octal 346 150 277
Decimal 230 104 191
Hex E6 68 BF

RGB Percentages of Color #e668bf

%43.81
%19.81
%36.38

CMYK Percentages of Color #e668bf

%0
%55
%17
%10

Triadic Colors of #e668bf

#e668bf #bfe668 #68bfe6

Analogous Colors of #e668bf

#e668bf #e66880 #ce68e6

Monochromatic Colors of #e668bf

#e668bf

Complementary Color

#e668bf #68e68f

#e668bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e668bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e668bf Color CSS Codes

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

#e668bf Text Font Color

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

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


#e668bf Background Color

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

This div background color is #e668bf


#e668bf Border Color

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

This div border color is #e668bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e668bf


Comments

No comments written yet.

Please login to write comment.