Color Hex Logo

#b925dc Color Hex

#B925DC
(185,37,220)
0 Favorites   0 Comments

Color spaces of #b925dc

RGB 18537220
HSL0.800.720.50
HSV289°83°86°
CMYK 0.160.830.00   0.14
XYZ33.587416.804769.1835
Yxy16.80470.28090.1405
Hunter Lab40.993574.5124-71.3664
CIE-Lab48.013077.5764-61.5730

#b925dc color RGB value is (185,37,220).

#b925dc hex color red value is 185, green value is 37 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b925dc hue: 0.80 , saturation: 0.72 and the lightness value of b925dc is 0.50.

The process color (four color CMYK) of #b925dc color hex is 0.16, 0.83, 0.00, 0.14. Web safe color of #b925dc is #cc33cc. Color #b925dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00100101 11011100
Octal 271 45 334
Decimal 185 37 220
Hex B9 25 DC

RGB Percentages of Color #b925dc

%41.86
%8.37
%49.77

CMYK Percentages of Color #b925dc

%16
%83
%0
%14

Triadic Colors of #b925dc

#b925dc #dcb925 #25dcb9

Analogous Colors of #b925dc

#b925dc #dc25a4 #5e25dc

Monochromatic Colors of #b925dc

#b925dc

Complementary Color

#b925dc #48dc25

#b925dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b925dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b925dc Color CSS Codes

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

#b925dc Text Font Color

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

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


#b925dc Background Color

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

This div background color is #b925dc


#b925dc Border Color

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

This div border color is #b925dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b925dc


Comments

No comments written yet.

Please login to write comment.