Color Hex Logo

#b35ccb Color Hex

#B35CCB
(179,92,203)
0 Favorites   0 Comments

Color spaces of #b35ccb

RGB 17992203
HSL0.800.520.58
HSV287°55°80°
CMYK 0.120.550.00   0.20
XYZ33.197021.549858.9098
Yxy21.54980.29210.1896
Hunter Lab46.421846.4103-42.7445
CIE-Lab53.546052.3521-43.0623

#b35ccb color RGB value is (179,92,203).

#b35ccb hex color red value is 179, green value is 92 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b35ccb hue: 0.80 , saturation: 0.52 and the lightness value of b35ccb is 0.58.

The process color (four color CMYK) of #b35ccb color hex is 0.12, 0.55, 0.00, 0.20. Web safe color of #b35ccb is #cc66cc. Color #b35ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011100 11001011
Octal 263 134 313
Decimal 179 92 203
Hex B3 5C CB

RGB Percentages of Color #b35ccb

%37.76
%19.41
%42.83

CMYK Percentages of Color #b35ccb

%12
%55
%0
%20

Triadic Colors of #b35ccb

#b35ccb #cbb35c #5ccbb3

Analogous Colors of #b35ccb

#b35ccb #cb5cac #7c5ccb

Monochromatic Colors of #b35ccb

#b35ccb

Complementary Color

#b35ccb #74cb5c

#b35ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35ccb Color CSS Codes

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

#b35ccb Text Font Color

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

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


#b35ccb Background Color

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

This div background color is #b35ccb


#b35ccb Border Color

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

This div border color is #b35ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35ccb


Comments

No comments written yet.

Please login to write comment.