Color Hex Logo

#b407ef Color Hex

#B407EF
(180,7,239)
0 Favorites   0 Comments

Color spaces of #b407ef

RGB 1807239
HSL0.790.940.48
HSV285°97°94°
CMYK 0.250.970.00   0.06
XYZ34.478416.087382.9493
Yxy16.08730.25820.1205
Hunter Lab40.109083.2511-94.5413
CIE-Lab47.088884.6585-73.8879

#b407ef color RGB value is (180,7,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000111 11101111
Octal 264 7 357
Decimal 180 7 239
Hex B4 7 EF

RGB Percentages of Color #b407ef

%42.25
%1.64
%56.10

CMYK Percentages of Color #b407ef

%25
%97
%0
%6

Triadic Colors of #b407ef

#b407ef #efb407 #07efb4

Analogous Colors of #b407ef

#b407ef #ef07b6 #4007ef

Monochromatic Colors of #b407ef

#b407ef

Complementary Color

#b407ef #42ef07

#b407ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b407ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b407ef Color CSS Codes

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

#b407ef Text Font Color

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

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


#b407ef Background Color

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

This div background color is #b407ef


#b407ef Border Color

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

This div border color is #b407ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b407ef


Comments

No comments written yet.

Please login to write comment.