Color Hex Logo

#b911ea Color Hex

#B911EA
(185,17,234)
0 Favorites   0 Comments

Color spaces of #b911ea

RGB 18517234
HSL0.800.860.49
HSV286°93°92°
CMYK 0.210.930.00   0.08
XYZ35.059316.655779.2089
Yxy16.65570.26780.1272
Hunter Lab40.811481.9217-86.5052
CIE-Lab47.823383.4843-69.8337

#b911ea color RGB value is (185,17,234).

#b911ea hex color red value is 185, green value is 17 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b911ea hue: 0.80 , saturation: 0.86 and the lightness value of b911ea is 0.49.

The process color (four color CMYK) of #b911ea color hex is 0.21, 0.93, 0.00, 0.08. Web safe color of #b911ea is #cc00ff. Color #b911ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010001 11101010
Octal 271 21 352
Decimal 185 17 234
Hex B9 11 EA

RGB Percentages of Color #b911ea

%42.43
%3.90
%53.67

CMYK Percentages of Color #b911ea

%21
%93
%0
%8

Triadic Colors of #b911ea

#b911ea #eab911 #11eab9

Analogous Colors of #b911ea

#b911ea #ea11af #4c11ea

Monochromatic Colors of #b911ea

#b911ea

Complementary Color

#b911ea #42ea11

#b911ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b911ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b911ea Color CSS Codes

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

#b911ea Text Font Color

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

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


#b911ea Background Color

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

This div background color is #b911ea


#b911ea Border Color

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

This div border color is #b911ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b911ea


Comments

No comments written yet.

Please login to write comment.