color codes Logo

#b35dac color codes

#B35DAC
(179,93,172)
0 Favorites   0 Comments

Color spaces of #b35dac

RGB 17993172
HSL0.850.360.53
HSV305°48°70°
CMYK 0.000.480.04   0.30
XYZ29.951220.391041.3870
Yxy20.39100.32650.2223
Hunter Lab45.156439.3713-22.7313
CIE-Lab52.276445.9528-27.1585

#b35dac color RGB value is (179,93,172).

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

The process color (four color CMYK) of #b35dac color code is 0.00, 0.48, 0.04, 0.30. Web safe color of #b35dac is #cc6699. Color #b35dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011101 10101100
Octal 263 135 254
Decimal 179 93 172
Hex B3 5D AC

RGB Percentages of Color #b35dac

%40.32
%20.95
%38.74

CMYK Percentages of Color #b35dac

%0
%48
%4
%30

Triadic Colors of #b35dac

#b35dac #acb35d #5dacb3

Analogous Colors of #b35dac

#b35dac #b35d81 #8f5db3

Monochromatic Colors of #b35dac

#b35dac

Complementary Color

#b35dac #5db364

#b35dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35dac Color CSS Codes

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

#b35dac Text Font Color

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

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


#b35dac Background Color

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

This div background color is #b35dac


#b35dac Border Color

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

This div border color is #b35dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,93,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35dac


Comments

No comments written yet.

Please login to write comment.