Color Hex Logo

#b912dd Color Hex

#B912DD
(185,18,221)
0 Favorites   0 Comments

Color spaces of #b912dd

RGB 18518221
HSL0.800.850.47
HSV289°92°87°
CMYK 0.160.920.00   0.13
XYZ33.275015.967469.7348
Yxy15.96740.27970.1342
Hunter Lab39.959278.7125-75.4984
CIE-Lab46.931781.1378-63.8928

#b912dd color RGB value is (185,18,221).

#b912dd hex color red value is 185, green value is 18 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b912dd hue: 0.80 , saturation: 0.85 and the lightness value of b912dd is 0.47.

The process color (four color CMYK) of #b912dd color hex is 0.16, 0.92, 0.00, 0.13. Web safe color of #b912dd is #cc00cc. Color #b912dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010010 11011101
Octal 271 22 335
Decimal 185 18 221
Hex B9 12 DD

RGB Percentages of Color #b912dd

%43.63
%4.25
%52.12

CMYK Percentages of Color #b912dd

%16
%92
%0
%13

Triadic Colors of #b912dd

#b912dd #ddb912 #12ddb9

Analogous Colors of #b912dd

#b912dd #dd129c #5312dd

Monochromatic Colors of #b912dd

#b912dd

Complementary Color

#b912dd #36dd12

#b912dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b912dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b912dd Color CSS Codes

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

#b912dd Text Font Color

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

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


#b912dd Background Color

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

This div background color is #b912dd


#b912dd Border Color

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

This div border color is #b912dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b912dd


Comments

No comments written yet.

Please login to write comment.