Color Hex Logo

#b35ffd Color Hex

#B35FFD
(179,95,253)
0 Favorites   0 Comments

Color spaces of #b35ffd

RGB 17995253
HSL0.760.980.68
HSV272°62°99°
CMYK 0.290.620.00   0.01
XYZ40.412224.860095.5970
Yxy24.86000.25120.1545
Hunter Lab49.859857.4226-78.7758
CIE-Lab56.938861.5859-65.7535

#b35ffd color RGB value is (179,95,253).

#b35ffd hex color red value is 179, green value is 95 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b35ffd hue: 0.76 , saturation: 0.98 and the lightness value of b35ffd is 0.68.

The process color (four color CMYK) of #b35ffd color hex is 0.29, 0.62, 0.00, 0.01. Web safe color of #b35ffd is #cc66ff. Color #b35ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011111 11111101
Octal 263 137 375
Decimal 179 95 253
Hex B3 5F FD

RGB Percentages of Color #b35ffd

%33.97
%18.03
%48.01

CMYK Percentages of Color #b35ffd

%29
%62
%0
%1

Triadic Colors of #b35ffd

#b35ffd #fdb35f #5ffdb3

Analogous Colors of #b35ffd

#b35ffd #fd5ff8 #645ffd

Monochromatic Colors of #b35ffd

#b35ffd

Complementary Color

#b35ffd #a9fd5f

#b35ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35ffd Color CSS Codes

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

#b35ffd Text Font Color

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

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


#b35ffd Background Color

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

This div background color is #b35ffd


#b35ffd Border Color

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

This div border color is #b35ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.