Color Hex Logo

#e605bf Color Hex

#E605BF
(230,5,191)
0 Favorites   0 Comments

Color spaces of #e605bf

RGB 2305191
HSL0.860.960.46
HSV310°98°90°
CMYK 0.000.980.17   0.10
XYZ42.091420.693151.0659
Yxy20.69310.36970.1818
Hunter Lab45.489785.5584-34.7151
CIE-Lab52.612085.3729-37.0925

#e605bf color RGB value is (230,5,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000101 10111111
Octal 346 5 277
Decimal 230 5 191
Hex E6 5 BF

RGB Percentages of Color #e605bf

%53.99
%1.17
%44.84

CMYK Percentages of Color #e605bf

%0
%98
%17
%10

Triadic Colors of #e605bf

#e605bf #bfe605 #05bfe6

Analogous Colors of #e605bf

#e605bf #e6054f #9d05e6

Monochromatic Colors of #e605bf

#e605bf

Complementary Color

#e605bf #05e62c

#e605bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e605bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e605bf Color CSS Codes

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

#e605bf Text Font Color

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

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


#e605bf Background Color

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

This div background color is #e605bf


#e605bf Border Color

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

This div border color is #e605bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e605bf


Comments

No comments written yet.

Please login to write comment.