Color Hex Logo

#b402da Color Hex

#B402DA
(180,2,218)
0 Favorites   0 Comments

Color spaces of #b402da

RGB 1802218
HSL0.800.980.43
HSV289°99°85°
CMYK 0.170.990.00   0.15
XYZ31.499014.808767.5278
Yxy14.80870.27670.1301
Hunter Lab38.482178.7652-77.1038
CIE-Lab45.371181.4802-64.7453

#b402da color RGB value is (180,2,218).

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

The process color (four color CMYK) of #b402da color hex is 0.17, 0.99, 0.00, 0.15. Web safe color of #b402da is #cc00cc. Color #b402da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000010 11011010
Octal 264 2 332
Decimal 180 2 218
Hex B4 2 DA

RGB Percentages of Color #b402da

%45.00
%0.50
%54.50

CMYK Percentages of Color #b402da

%17
%99
%0
%15

Triadic Colors of #b402da

#b402da #dab402 #02dab4

Analogous Colors of #b402da

#b402da #da0294 #4802da

Monochromatic Colors of #b402da

#b402da

Complementary Color

#b402da #28da02

#b402da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b402da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b402da Color CSS Codes

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

#b402da Text Font Color

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

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


#b402da Background Color

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

This div background color is #b402da


#b402da Border Color

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

This div border color is #b402da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b402da


Comments

No comments written yet.

Please login to write comment.