Color Hex Logo

#b35cad Color Hex

#B35CAD
(179,92,173)
0 Favorites   0 Comments

Color spaces of #b35cad

RGB 17992173
HSL0.840.360.53
HSV304°49°70°
CMYK 0.000.490.03   0.30
XYZ29.960420.255141.8657
Yxy20.25510.32540.2200
Hunter Lab45.005740.0680-23.6495
CIE-Lab52.124446.6429-27.9770

#b35cad color RGB value is (179,92,173).

#b35cad hex color red value is 179, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b35cad hue: 0.84 , saturation: 0.36 and the lightness value of b35cad is 0.53.

The process color (four color CMYK) of #b35cad color hex is 0.00, 0.49, 0.03, 0.30. Web safe color of #b35cad is #cc6699. Color #b35cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011100 10101101
Octal 263 134 255
Decimal 179 92 173
Hex B3 5C AD

RGB Percentages of Color #b35cad

%40.32
%20.72
%38.96

CMYK Percentages of Color #b35cad

%0
%49
%3
%30

Triadic Colors of #b35cad

#b35cad #adb35c #5cadb3

Analogous Colors of #b35cad

#b35cad #b35c82 #8e5cb3

Monochromatic Colors of #b35cad

#b35cad

Complementary Color

#b35cad #5cb362

#b35cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35cad Color CSS Codes

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

#b35cad Text Font Color

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

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


#b35cad Background Color

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

This div background color is #b35cad


#b35cad Border Color

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

This div border color is #b35cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35cad


Comments

No comments written yet.

Please login to write comment.