Color Hex Logo

#b815af Color Hex

#B815AF
(184,21,175)
0 Favorites   0 Comments

Color spaces of #b815af

RGB 18421175
HSL0.840.800.40
HSV303°89°72°
CMYK 0.000.890.05   0.28
XYZ27.773213.821841.7615
Yxy13.82180.33320.1658
Hunter Lab37.177768.2856-40.5758
CIE-Lab43.976373.2735-41.9048

#b815af color RGB value is (184,21,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010101 10101111
Octal 270 25 257
Decimal 184 21 175
Hex B8 15 AF

RGB Percentages of Color #b815af

%48.42
%5.53
%46.05

CMYK Percentages of Color #b815af

%0
%89
%5
%28

Triadic Colors of #b815af

#b815af #afb815 #15afb8

Analogous Colors of #b815af

#b815af #b8155e #7015b8

Monochromatic Colors of #b815af

#b815af

Complementary Color

#b815af #15b81e

#b815af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b815af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b815af Color CSS Codes

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

#b815af Text Font Color

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

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


#b815af Background Color

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

This div background color is #b815af


#b815af Border Color

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

This div border color is #b815af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b815af


Comments

No comments written yet.

Please login to write comment.