Color Hex Logo

#b819af Color Hex

#B819AF
(184,25,175)
0 Favorites   0 Comments

Color spaces of #b819af

RGB 18425175
HSL0.840.760.41
HSV303°86°72°
CMYK 0.000.860.05   0.28
XYZ27.852713.980841.7880
Yxy13.98080.33310.1672
Hunter Lab37.390967.5316-40.0887
CIE-Lab44.205472.6023-41.5405

#b819af color RGB value is (184,25,175).

#b819af hex color red value is 184, green value is 25 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b819af hue: 0.84 , saturation: 0.76 and the lightness value of b819af is 0.41.

The process color (four color CMYK) of #b819af color hex is 0.00, 0.86, 0.05, 0.28. Web safe color of #b819af is #cc0099. Color #b819af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00011001 10101111
Octal 270 31 257
Decimal 184 25 175
Hex B8 19 AF

RGB Percentages of Color #b819af

%47.92
%6.51
%45.57

CMYK Percentages of Color #b819af

%0
%86
%5
%28

Triadic Colors of #b819af

#b819af #afb819 #19afb8

Analogous Colors of #b819af

#b819af #b81960 #7219b8

Monochromatic Colors of #b819af

#b819af

Complementary Color

#b819af #19b822

#b819af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b819af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b819af Color CSS Codes

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

#b819af Text Font Color

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

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


#b819af Background Color

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

This div background color is #b819af


#b819af Border Color

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

This div border color is #b819af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b819af


Comments

No comments written yet.

Please login to write comment.