Color Hex Logo

#b35afd Color Hex

#B35AFD
(179,90,253)
0 Favorites   0 Comments

Color spaces of #b35afd

RGB 17990253
HSL0.760.980.67
HSV273°64°99°
CMYK 0.290.640.00   0.01
XYZ39.976223.987995.4517
Yxy23.98790.25080.1505
Hunter Lab48.977459.9841-81.2655
CIE-Lab56.075763.9490-67.1445

#b35afd color RGB value is (179,90,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011010 11111101
Octal 263 132 375
Decimal 179 90 253
Hex B3 5A FD

RGB Percentages of Color #b35afd

%34.29
%17.24
%48.47

CMYK Percentages of Color #b35afd

%29
%64
%0
%1

Triadic Colors of #b35afd

#b35afd #fdb35a #5afdb3

Analogous Colors of #b35afd

#b35afd #fd5af6 #625afd

Monochromatic Colors of #b35afd

#b35afd

Complementary Color

#b35afd #a4fd5a

#b35afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35afd Color CSS Codes

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

#b35afd Text Font Color

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

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


#b35afd Background Color

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

This div background color is #b35afd


#b35afd Border Color

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

This div border color is #b35afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35afd


Comments

No comments written yet.

Please login to write comment.