Color Hex Logo

#b35adf Color Hex

#B35ADF
(179,90,223)
0 Favorites   0 Comments

Color spaces of #b35adf

RGB 17990223
HSL0.780.680.61
HSV280°60°87°
CMYK 0.200.600.00   0.13
XYZ35.565922.223772.2271
Yxy22.22370.27350.1709
Hunter Lab47.142052.1693-57.8398
CIE-Lab54.263657.4433-53.2815

#b35adf color RGB value is (179,90,223).

#b35adf hex color red value is 179, green value is 90 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b35adf hue: 0.78 , saturation: 0.68 and the lightness value of b35adf is 0.61.

The process color (four color CMYK) of #b35adf color hex is 0.20, 0.60, 0.00, 0.13. Web safe color of #b35adf is #cc66cc. Color #b35adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011010 11011111
Octal 263 132 337
Decimal 179 90 223
Hex B3 5A DF

RGB Percentages of Color #b35adf

%36.38
%18.29
%45.33

CMYK Percentages of Color #b35adf

%20
%60
%0
%13

Triadic Colors of #b35adf

#b35adf #dfb35a #5adfb3

Analogous Colors of #b35adf

#b35adf #df5ac9 #715adf

Monochromatic Colors of #b35adf

#b35adf

Complementary Color

#b35adf #86df5a

#b35adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35adf Color CSS Codes

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

#b35adf Text Font Color

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

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


#b35adf Background Color

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

This div background color is #b35adf


#b35adf Border Color

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

This div border color is #b35adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35adf


Comments

No comments written yet.

Please login to write comment.