Color Hex Logo

#b35dad Color Hex

#B35DAD
(179,93,173)
0 Favorites   0 Comments

Color spaces of #b35dad

RGB 17993173
HSL0.840.360.53
HSV304°48°70°
CMYK 0.000.480.03   0.30
XYZ30.047620.429541.8948
Yxy20.42950.32530.2212
Hunter Lab45.199039.5658-23.3164
CIE-Lab52.319446.1323-27.6746

#b35dad color RGB value is (179,93,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011101 10101101
Octal 263 135 255
Decimal 179 93 173
Hex B3 5D AD

RGB Percentages of Color #b35dad

%40.22
%20.90
%38.88

CMYK Percentages of Color #b35dad

%0
%48
%3
%30

Triadic Colors of #b35dad

#b35dad #adb35d #5dadb3

Analogous Colors of #b35dad

#b35dad #b35d82 #8e5db3

Monochromatic Colors of #b35dad

#b35dad

Complementary Color

#b35dad #5db363

#b35dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35dad Color CSS Codes

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

#b35dad Text Font Color

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

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


#b35dad Background Color

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

This div background color is #b35dad


#b35dad Border Color

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

This div border color is #b35dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35dad


Comments

No comments written yet.

Please login to write comment.