Color Hex Logo

#b912fd Color Hex

#B912FD
(185,18,253)
0 Favorites   0 Comments

Color spaces of #b912fd

RGB 18518253
HSL0.790.980.53
HSV283°93°99°
CMYK 0.270.930.00   0.01
XYZ37.953517.838794.3714
Yxy17.83870.25270.1188
Hunter Lab42.235986.4887-102.9118
CIE-Lab49.299986.7271-78.1020

#b912fd color RGB value is (185,18,253).

#b912fd hex color red value is 185, green value is 18 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b912fd hue: 0.79 , saturation: 0.98 and the lightness value of b912fd is 0.53.

The process color (four color CMYK) of #b912fd color hex is 0.27, 0.93, 0.00, 0.01. Web safe color of #b912fd is #cc00ff. Color #b912fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010010 11111101
Octal 271 22 375
Decimal 185 18 253
Hex B9 12 FD

RGB Percentages of Color #b912fd

%40.57
%3.95
%55.48

CMYK Percentages of Color #b912fd

%27
%93
%0
%1

Triadic Colors of #b912fd

#b912fd #fdb912 #12fdb9

Analogous Colors of #b912fd

#b912fd #fd12cc #4312fd

Monochromatic Colors of #b912fd

#b912fd

Complementary Color

#b912fd #56fd12

#b912fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b912fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b912fd Color CSS Codes

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

#b912fd Text Font Color

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

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


#b912fd Background Color

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

This div background color is #b912fd


#b912fd Border Color

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

This div border color is #b912fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b912fd

Related Colors


Comments

No comments written yet.

Please login to write comment.