Color Hex Logo

#b403ef Color Hex

#B403EF
(180,3,239)
0 Favorites   0 Comments

Color spaces of #b403ef

RGB 1803239
HSL0.790.980.47
HSV285°99°94°
CMYK 0.250.990.00   0.06
XYZ34.434916.000482.9348
Yxy16.00040.25820.1200
Hunter Lab40.000583.6629-94.9282
CIE-Lab46.975084.9990-74.0735

#b403ef color RGB value is (180,3,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000011 11101111
Octal 264 3 357
Decimal 180 3 239
Hex B4 3 EF

RGB Percentages of Color #b403ef

%42.65
%0.71
%56.64

CMYK Percentages of Color #b403ef

%25
%99
%0
%6

Triadic Colors of #b403ef

#b403ef #efb403 #03efb4

Analogous Colors of #b403ef

#b403ef #ef03b4 #3e03ef

Monochromatic Colors of #b403ef

#b403ef

Complementary Color

#b403ef #3eef03

#b403ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b403ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b403ef Color CSS Codes

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

#b403ef Text Font Color

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

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


#b403ef Background Color

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

This div background color is #b403ef


#b403ef Border Color

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

This div border color is #b403ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b403ef


Comments

No comments written yet.

Please login to write comment.