Color Hex Logo

#b407ea Color Hex

#B407EA
(180,7,234)
0 Favorites   0 Comments

Color spaces of #b407ea

RGB 1807234
HSL0.790.940.47
HSV286°97°92°
CMYK 0.230.970.00   0.08
XYZ33.749715.795879.1120
Yxy15.79580.26230.1228
Hunter Lab39.743982.0265-90.1985
CIE-Lab46.705483.7809-71.6876

#b407ea color RGB value is (180,7,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000111 11101010
Octal 264 7 352
Decimal 180 7 234
Hex B4 7 EA

RGB Percentages of Color #b407ea

%42.76
%1.66
%55.58

CMYK Percentages of Color #b407ea

%23
%97
%0
%8

Triadic Colors of #b407ea

#b407ea #eab407 #07eab4

Analogous Colors of #b407ea

#b407ea #ea07af #4307ea

Monochromatic Colors of #b407ea

#b407ea

Complementary Color

#b407ea #3dea07

#b407ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b407ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b407ea Color CSS Codes

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

#b407ea Text Font Color

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

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


#b407ea Background Color

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

This div background color is #b407ea


#b407ea Border Color

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

This div border color is #b407ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b407ea


Comments

No comments written yet.

Please login to write comment.