Color Hex Logo

#b60eaf Color Hex

#B60EAF
(182,14,175)
0 Favorites   0 Comments

Color spaces of #b60eaf

RGB 18214175
HSL0.840.860.38
HSV303°92°71°
CMYK 0.000.920.04   0.29
XYZ27.186313.354341.7022
Yxy13.35430.33060.1624
Hunter Lab36.543568.8426-42.0792
CIE-Lab43.292373.8679-43.0152

#b60eaf color RGB value is (182,14,175).

#b60eaf hex color red value is 182, green value is 14 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b60eaf hue: 0.84 , saturation: 0.86 and the lightness value of b60eaf is 0.38.

The process color (four color CMYK) of #b60eaf color hex is 0.00, 0.92, 0.04, 0.29. Web safe color of #b60eaf is #cc0099. Color #b60eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001110 10101111
Octal 266 16 257
Decimal 182 14 175
Hex B6 E AF

RGB Percentages of Color #b60eaf

%49.06
%3.77
%47.17

CMYK Percentages of Color #b60eaf

%0
%92
%4
%29

Triadic Colors of #b60eaf

#b60eaf #afb60e #0eafb6

Analogous Colors of #b60eaf

#b60eaf #b60e5b #690eb6

Monochromatic Colors of #b60eaf

#b60eaf

Complementary Color

#b60eaf #0eb615

#b60eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60eaf Color CSS Codes

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

#b60eaf Text Font Color

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

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


#b60eaf Background Color

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

This div background color is #b60eaf


#b60eaf Border Color

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

This div border color is #b60eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,14,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b60eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b60eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #b60eaf;
  box-shadow:         1px 1px 3px 2px #b60eaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,14,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b60eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60eaf


Comments

No comments written yet.

Please login to write comment.