Color Hex Logo

#b02afd Color Hex

#B02AFD
(176,42,253)
0 Favorites   0 Comments

Color spaces of #b02afd

RGB 17642253
HSL0.770.980.58
HSV278°83°99°
CMYK 0.300.830.00   0.01
XYZ36.462117.977994.4768
Yxy17.97790.24480.1207
Hunter Lab42.400479.3001-102.4302
CIE-Lab49.469381.1095-77.8809

#b02afd color RGB value is (176,42,253).

#b02afd hex color red value is 176, green value is 42 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b02afd hue: 0.77 , saturation: 0.98 and the lightness value of b02afd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101010 11111101
Octal 260 52 375
Decimal 176 42 253
Hex B0 2A FD

RGB Percentages of Color #b02afd

%37.37
%8.92
%53.72

CMYK Percentages of Color #b02afd

%30
%83
%0
%1

Triadic Colors of #b02afd

#b02afd #fdb02a #2afdb0

Analogous Colors of #b02afd

#b02afd #fd2ae1 #472afd

Monochromatic Colors of #b02afd

#b02afd

Complementary Color

#b02afd #77fd2a

#b02afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02afd Color CSS Codes

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

#b02afd Text Font Color

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

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


#b02afd Background Color

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

This div background color is #b02afd


#b02afd Border Color

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

This div border color is #b02afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02afd


Comments

No comments written yet.

Please login to write comment.