Color Hex Logo

#b023ad Color Hex

#B023AD
(176,35,173)
0 Favorites   0 Comments

Color spaces of #b023ad

RGB 17635173
HSL0.840.670.41
HSV301°80°69°
CMYK 0.000.800.02   0.31
XYZ26.048413.449340.7582
Yxy13.44930.32460.1676
Hunter Lab36.673362.6072-40.2228
CIE-Lab43.432668.6013-41.6691

#b023ad color RGB value is (176,35,173).

#b023ad hex color red value is 176, green value is 35 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b023ad hue: 0.84 , saturation: 0.67 and the lightness value of b023ad is 0.41.

The process color (four color CMYK) of #b023ad color hex is 0.00, 0.80, 0.02, 0.31. Web safe color of #b023ad is #993399. Color #b023ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100011 10101101
Octal 260 43 255
Decimal 176 35 173
Hex B0 23 AD

RGB Percentages of Color #b023ad

%45.83
%9.11
%45.05

CMYK Percentages of Color #b023ad

%0
%80
%2
%31

Triadic Colors of #b023ad

#b023ad #adb023 #23adb0

Analogous Colors of #b023ad

#b023ad #b02367 #6d23b0

Monochromatic Colors of #b023ad

#b023ad

Complementary Color

#b023ad #23b026

#b023ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b023ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b023ad Color CSS Codes

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

#b023ad Text Font Color

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

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


#b023ad Background Color

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

This div background color is #b023ad


#b023ad Border Color

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

This div border color is #b023ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,35,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b023ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b023ad;
  -webkit-box-shadow: 1px 1px 3px 2px #b023ad;
  box-shadow:         1px 1px 3px 2px #b023ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,35,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b023ad


Comments

No comments written yet.

Please login to write comment.