Color Hex Logo

#b002fd Color Hex

#B002FD
(176,2,253)
0 Favorites   0 Comments

Color spaces of #b002fd

RGB 1762253
HSL0.780.980.50
HSV282°99°99°
CMYK 0.300.990.00   0.01
XYZ35.655816.365494.2081
Yxy16.36540.24380.1119
Hunter Lab40.454286.5329-109.7543
CIE-Lab47.450387.1142-81.1809

#b002fd color RGB value is (176,2,253).

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

The process color (four color CMYK) of #b002fd color hex is 0.30, 0.99, 0.00, 0.01. Web safe color of #b002fd is #9900ff. Color #b002fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000010 11111101
Octal 260 2 375
Decimal 176 2 253
Hex B0 2 FD

RGB Percentages of Color #b002fd

%40.84
%0.46
%58.70

CMYK Percentages of Color #b002fd

%30
%99
%0
%1

Triadic Colors of #b002fd

#b002fd #fdb002 #02fdb0

Analogous Colors of #b002fd

#b002fd #fd02cd #3202fd

Monochromatic Colors of #b002fd

#b002fd

Complementary Color

#b002fd #4ffd02

#b002fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b002fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b002fd Color CSS Codes

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

#b002fd Text Font Color

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

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


#b002fd Background Color

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

This div background color is #b002fd


#b002fd Border Color

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

This div border color is #b002fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b002fd


Comments

No comments written yet.

Please login to write comment.