Color Hex Logo

#e608bf Color Hex

#E608BF
(230,8,191)
0 Favorites   0 Comments

Color spaces of #e608bf

RGB 2308191
HSL0.860.930.47
HSV311°97°90°
CMYK 0.000.970.17   0.10
XYZ42.123920.758251.0768
Yxy20.75820.36960.1822
Hunter Lab45.561285.3014-34.5748
CIE-Lab52.683885.1611-36.9797

#e608bf color RGB value is (230,8,191).

#e608bf hex color red value is 230, green value is 8 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e608bf hue: 0.86 , saturation: 0.93 and the lightness value of e608bf is 0.47.

The process color (four color CMYK) of #e608bf color hex is 0.00, 0.97, 0.17, 0.10. Web safe color of #e608bf is #ff00cc. Color #e608bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001000 10111111
Octal 346 10 277
Decimal 230 8 191
Hex E6 8 BF

RGB Percentages of Color #e608bf

%53.61
%1.86
%44.52

CMYK Percentages of Color #e608bf

%0
%97
%17
%10

Triadic Colors of #e608bf

#e608bf #bfe608 #08bfe6

Analogous Colors of #e608bf

#e608bf #e60850 #9e08e6

Monochromatic Colors of #e608bf

#e608bf

Complementary Color

#e608bf #08e62f

#e608bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e608bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e608bf Color CSS Codes

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

#e608bf Text Font Color

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

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


#e608bf Background Color

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

This div background color is #e608bf


#e608bf Border Color

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

This div border color is #e608bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e608bf


Comments

No comments written yet.

Please login to write comment.