Color Hex Logo

#b002de Color Hex

#B002DE
(176,2,222)
0 Favorites   0 Comments

Color spaces of #b002de

RGB 1762222
HSL0.800.980.44
HSV287°99°87°
CMYK 0.210.990.00   0.13
XYZ31.111014.547470.2754
Yxy14.54740.26840.1255
Hunter Lab38.141178.8525-82.5439
CIE-Lab45.008081.6188-67.6539

#b002de color RGB value is (176,2,222).

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

The process color (four color CMYK) of #b002de color hex is 0.21, 0.99, 0.00, 0.13. Web safe color of #b002de is #9900cc. Color #b002de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000010 11011110
Octal 260 2 336
Decimal 176 2 222
Hex B0 2 DE

RGB Percentages of Color #b002de

%44.00
%0.50
%55.50

CMYK Percentages of Color #b002de

%21
%99
%0
%13

Triadic Colors of #b002de

#b002de #deb002 #02deb0

Analogous Colors of #b002de

#b002de #de029e #4202de

Monochromatic Colors of #b002de

#b002de

Complementary Color

#b002de #30de02

#b002de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b002de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b002de Color CSS Codes

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

#b002de Text Font Color

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

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


#b002de Background Color

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

This div background color is #b002de


#b002de Border Color

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

This div border color is #b002de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b002de


Comments

No comments written yet.

Please login to write comment.