Color Hex Logo

#b035ad Color Hex

#B035AD
(176,53,173)
0 Favorites   0 Comments

Color spaces of #b035ad

RGB 17653173
HSL0.840.540.45
HSV301°70°69°
CMYK 0.000.700.02   0.31
XYZ26.720414.793440.9823
Yxy14.79340.32390.1793
Hunter Lab38.462256.6984-36.2513
CIE-Lab45.349963.1061-38.6270

#b035ad color RGB value is (176,53,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110101 10101101
Octal 260 65 255
Decimal 176 53 173
Hex B0 35 AD

RGB Percentages of Color #b035ad

%43.78
%13.18
%43.03

CMYK Percentages of Color #b035ad

%0
%70
%2
%31

Triadic Colors of #b035ad

#b035ad #adb035 #35adb0

Analogous Colors of #b035ad

#b035ad #b03570 #7635b0

Monochromatic Colors of #b035ad

#b035ad

Complementary Color

#b035ad #35b038

#b035ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b035ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b035ad Color CSS Codes

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

#b035ad Text Font Color

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

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


#b035ad Background Color

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

This div background color is #b035ad


#b035ad Border Color

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

This div border color is #b035ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b035ad


Comments

No comments written yet.

Please login to write comment.