Color Hex Logo

#b402ef Color Hex

#B402EF
(180,2,239)
0 Favorites   0 Comments

Color spaces of #b402ef

RGB 1802239
HSL0.790.980.47
HSV285°99°94°
CMYK 0.250.990.00   0.06
XYZ34.424115.978782.9312
Yxy15.97870.25820.1198
Hunter Lab39.973483.7665-95.0253
CIE-Lab46.946585.0845-74.1199

#b402ef color RGB value is (180,2,239).

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

The process color (four color CMYK) of #b402ef color hex is 0.25, 0.99, 0.00, 0.06. Web safe color of #b402ef is #cc00ff. Color #b402ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000010 11101111
Octal 264 2 357
Decimal 180 2 239
Hex B4 2 EF

RGB Percentages of Color #b402ef

%42.76
%0.48
%56.77

CMYK Percentages of Color #b402ef

%25
%99
%0
%6

Triadic Colors of #b402ef

#b402ef #efb402 #02efb4

Analogous Colors of #b402ef

#b402ef #ef02b4 #3d02ef

Monochromatic Colors of #b402ef

#b402ef

Complementary Color

#b402ef #3def02

#b402ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b402ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b402ef Color CSS Codes

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

#b402ef Text Font Color

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

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


#b402ef Background Color

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

This div background color is #b402ef


#b402ef Border Color

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

This div border color is #b402ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b402ef


Comments

No comments written yet.

Please login to write comment.