Color Hex Logo

#b035fc Color Hex

#B035FC
(176,53,252)
0 Favorites   0 Comments

Color spaces of #b035fc

RGB 17653252
HSL0.770.970.60
HSV277°79°99°
CMYK 0.300.790.00   0.01
XYZ36.748318.804693.7883
Yxy18.80460.24610.1259
Hunter Lab43.364375.3793-97.8775
CIE-Lab50.457877.7968-75.7120

#b035fc color RGB value is (176,53,252).

#b035fc hex color red value is 176, green value is 53 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b035fc hue: 0.77 , saturation: 0.97 and the lightness value of b035fc is 0.60.

The process color (four color CMYK) of #b035fc color hex is 0.30, 0.79, 0.00, 0.01. Web safe color of #b035fc is #9933ff. Color #b035fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110101 11111100
Octal 260 65 374
Decimal 176 53 252
Hex B0 35 FC

RGB Percentages of Color #b035fc

%36.59
%11.02
%52.39

CMYK Percentages of Color #b035fc

%30
%79
%0
%1

Triadic Colors of #b035fc

#b035fc #fcb035 #35fcb0

Analogous Colors of #b035fc

#b035fc #fc35e5 #4d35fc

Monochromatic Colors of #b035fc

#b035fc

Complementary Color

#b035fc #81fc35

#b035fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b035fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b035fc Color CSS Codes

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

#b035fc Text Font Color

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

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


#b035fc Background Color

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

This div background color is #b035fc


#b035fc Border Color

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

This div border color is #b035fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,53,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b035fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b035fc;
  -webkit-box-shadow: 1px 1px 3px 2px #b035fc;
  box-shadow:         1px 1px 3px 2px #b035fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,53,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b035fc

Related Colors


Comments

No comments written yet.

Please login to write comment.