color codes Logo

#b35dbc color codes

#B35DBC
(179,93,188)
0 Favorites   0 Comments

Color spaces of #b35dbc

RGB 17993188
HSL0.820.410.55
HSV294°51°74°
CMYK 0.050.510.00   0.26
XYZ31.581921.043249.9742
Yxy21.04320.30780.2051
Hunter Lab45.872942.6136-32.4799
CIE-Lab52.996748.9142-35.3138

#b35dbc color RGB value is (179,93,188).

#b35dbc hex color red value is 179, green value is 93 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b35dbc hue: 0.82 , saturation: 0.41 and the lightness value of b35dbc is 0.55.

The process color (four color CMYK) of #b35dbc color code is 0.05, 0.51, 0.00, 0.26. Web safe color of #b35dbc is #cc66cc. Color #b35dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011101 10111100
Octal 263 135 274
Decimal 179 93 188
Hex B3 5D BC

RGB Percentages of Color #b35dbc

%38.91
%20.22
%40.87

CMYK Percentages of Color #b35dbc

%5
%51
%0
%26

Triadic Colors of #b35dbc

#b35dbc #bcb35d #5dbcb3

Analogous Colors of #b35dbc

#b35dbc #bc5d96 #845dbc

Monochromatic Colors of #b35dbc

#b35dbc

Complementary Color

#b35dbc #66bc5d

#b35dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35dbc Color CSS Codes

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

#b35dbc Text Font Color

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

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


#b35dbc Background Color

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

This div background color is #b35dbc


#b35dbc Border Color

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

This div border color is #b35dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35dbc


Comments

No comments written yet.

Please login to write comment.