Color Hex Logo

#b062fa Color Hex

#B062FA
(176,98,250)
0 Favorites   0 Comments

Color spaces of #b062fa

RGB 17698250
HSL0.750.940.68
HSV271°61°98°
CMYK 0.300.610.00   0.02
XYZ39.527524.867693.1591
Yxy24.86760.25090.1578
Hunter Lab49.867454.2203-75.8546
CIE-Lab56.946258.7900-64.0987

#b062fa color RGB value is (176,98,250).

#b062fa hex color red value is 176, green value is 98 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b062fa hue: 0.75 , saturation: 0.94 and the lightness value of b062fa is 0.68.

The process color (four color CMYK) of #b062fa color hex is 0.30, 0.61, 0.00, 0.02. Web safe color of #b062fa is #9966ff. Color #b062fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100010 11111010
Octal 260 142 372
Decimal 176 98 250
Hex B0 62 FA

RGB Percentages of Color #b062fa

%33.59
%18.70
%47.71

CMYK Percentages of Color #b062fa

%30
%61
%0
%2

Triadic Colors of #b062fa

#b062fa #fab062 #62fab0

Analogous Colors of #b062fa

#b062fa #fa62f8 #6462fa

Monochromatic Colors of #b062fa

#b062fa

Complementary Color

#b062fa #acfa62

#b062fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b062fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b062fa Color CSS Codes

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

#b062fa Text Font Color

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

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


#b062fa Background Color

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

This div background color is #b062fa


#b062fa Border Color

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

This div border color is #b062fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b062fa


Comments

No comments written yet.

Please login to write comment.