Color Hex Logo

#e60bbc Color Hex

#E60BBC
(230,11,188)
0 Favorites   0 Comments

Color spaces of #e60bbc

RGB 23011188
HSL0.870.910.47
HSV312°95°90°
CMYK 0.000.950.18   0.10
XYZ41.829920.693249.3665
Yxy20.69320.37380.1849
Hunter Lab45.489884.5317-32.5000
CIE-Lab52.612184.5815-35.3491

#e60bbc color RGB value is (230,11,188).

#e60bbc hex color red value is 230, green value is 11 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e60bbc hue: 0.87 , saturation: 0.91 and the lightness value of e60bbc is 0.47.

The process color (four color CMYK) of #e60bbc color hex is 0.00, 0.95, 0.18, 0.10. Web safe color of #e60bbc is #ff00cc. Color #e60bbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001011 10111100
Octal 346 13 274
Decimal 230 11 188
Hex E6 B BC

RGB Percentages of Color #e60bbc

%53.61
%2.56
%43.82

CMYK Percentages of Color #e60bbc

%0
%95
%18
%10

Triadic Colors of #e60bbc

#e60bbc #bce60b #0bbce6

Analogous Colors of #e60bbc

#e60bbc #e60b4f #a30be6

Monochromatic Colors of #e60bbc

#e60bbc

Complementary Color

#e60bbc #0be635

#e60bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60bbc Color CSS Codes

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

#e60bbc Text Font Color

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

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


#e60bbc Background Color

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

This div background color is #e60bbc


#e60bbc Border Color

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

This div border color is #e60bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60bbc


Comments

No comments written yet.

Please login to write comment.