Color Hex Logo

#b35fdc Color Hex

#B35FDC
(179,95,220)
0 Favorites   0 Comments

Color spaces of #b35fdc

RGB 17995220
HSL0.780.640.62
HSV280°57°86°
CMYK 0.190.570.00   0.14
XYZ35.600922.935470.2608
Yxy22.93540.27640.1781
Hunter Lab47.890948.8833-53.4608
CIE-Lab55.005754.3624-50.4044

#b35fdc color RGB value is (179,95,220).

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

The process color (four color CMYK) of #b35fdc color hex is 0.19, 0.57, 0.00, 0.14. Web safe color of #b35fdc is #cc66cc. Color #b35fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011111 11011100
Octal 263 137 334
Decimal 179 95 220
Hex B3 5F DC

RGB Percentages of Color #b35fdc

%36.23
%19.23
%44.53

CMYK Percentages of Color #b35fdc

%19
%57
%0
%14

Triadic Colors of #b35fdc

#b35fdc #dcb35f #5fdcb3

Analogous Colors of #b35fdc

#b35fdc #dc5fc7 #755fdc

Monochromatic Colors of #b35fdc

#b35fdc

Complementary Color

#b35fdc #88dc5f

#b35fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35fdc Color CSS Codes

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

#b35fdc Text Font Color

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

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


#b35fdc Background Color

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

This div background color is #b35fdc


#b35fdc Border Color

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

This div border color is #b35fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35fdc


Comments

No comments written yet.

Please login to write comment.