Color Hex Logo

#b35fdf Color Hex

#B35FDF
(179,95,223)
0 Favorites   0 Comments

Color spaces of #b35fdf

RGB 17995223
HSL0.780.670.62
HSV279°57°87°
CMYK 0.200.570.00   0.13
XYZ36.001923.095872.3725
Yxy23.09580.27380.1757
Hunter Lab48.058149.6186-55.6464
CIE-Lab55.170954.9988-51.8341

#b35fdf color RGB value is (179,95,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011111 11011111
Octal 263 137 337
Decimal 179 95 223
Hex B3 5F DF

RGB Percentages of Color #b35fdf

%36.02
%19.11
%44.87

CMYK Percentages of Color #b35fdf

%20
%57
%0
%13

Triadic Colors of #b35fdf

#b35fdf #dfb35f #5fdfb3

Analogous Colors of #b35fdf

#b35fdf #df5fcb #735fdf

Monochromatic Colors of #b35fdf

#b35fdf

Complementary Color

#b35fdf #8bdf5f

#b35fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35fdf Color CSS Codes

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

#b35fdf Text Font Color

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

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


#b35fdf Background Color

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

This div background color is #b35fdf


#b35fdf Border Color

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

This div border color is #b35fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35fdf


Comments

No comments written yet.

Please login to write comment.