Color Hex Logo

#b835af Color Hex

#B835AF
(184,53,175)
0 Favorites   0 Comments

Color spaces of #b835af

RGB 18453175
HSL0.840.550.46
HSV304°71°72°
CMYK 0.000.710.05   0.28
XYZ28.778115.831742.0965
Yxy15.83170.33190.1826
Hunter Lab39.789159.4722-34.8760
CIE-Lab46.752965.2596-37.5050

#b835af color RGB value is (184,53,175).

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

The process color (four color CMYK) of #b835af color hex is 0.00, 0.71, 0.05, 0.28. Web safe color of #b835af is #cc3399. Color #b835af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110101 10101111
Octal 270 65 257
Decimal 184 53 175
Hex B8 35 AF

RGB Percentages of Color #b835af

%44.66
%12.86
%42.48

CMYK Percentages of Color #b835af

%0
%71
%5
%28

Triadic Colors of #b835af

#b835af #afb835 #35afb8

Analogous Colors of #b835af

#b835af #b8356e #8035b8

Monochromatic Colors of #b835af

#b835af

Complementary Color

#b835af #35b83e

#b835af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b835af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b835af Color CSS Codes

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

#b835af Text Font Color

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

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


#b835af Background Color

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

This div background color is #b835af


#b835af Border Color

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

This div border color is #b835af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b835af


Comments

No comments written yet.

Please login to write comment.