Color Hex Logo

#b402eb Color Hex

#B402EB
(180,2,235)
0 Favorites   0 Comments

Color spaces of #b402eb

RGB 1802235
HSL0.790.980.46
HSV286°99°92°
CMYK 0.230.990.00   0.08
XYZ33.839515.744979.8528
Yxy15.74490.26140.1216
Hunter Lab39.679882.7875-91.5409
CIE-Lab46.638084.3853-72.3633

#b402eb color RGB value is (180,2,235).

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

The process color (four color CMYK) of #b402eb color hex is 0.23, 0.99, 0.00, 0.08. Web safe color of #b402eb is #cc00ff. Color #b402eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000010 11101011
Octal 264 2 353
Decimal 180 2 235
Hex B4 2 EB

RGB Percentages of Color #b402eb

%43.17
%0.48
%56.35

CMYK Percentages of Color #b402eb

%23
%99
%0
%8

Triadic Colors of #b402eb

#b402eb #ebb402 #02ebb4

Analogous Colors of #b402eb

#b402eb #eb02ae #4002eb

Monochromatic Colors of #b402eb

#b402eb

Complementary Color

#b402eb #39eb02

#b402eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b402eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b402eb Color CSS Codes

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

#b402eb Text Font Color

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

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


#b402eb Background Color

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

This div background color is #b402eb


#b402eb Border Color

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

This div border color is #b402eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b402eb


Comments

No comments written yet.

Please login to write comment.