Color Hex Logo

#b825dc Color Hex

#B825DC
(184,37,220)
0 Favorites   0 Comments

Color spaces of #b825dc

RGB 18437220
HSL0.800.720.50
HSV288°83°86°
CMYK 0.160.830.00   0.14
XYZ33.347016.680869.1723
Yxy16.68080.27980.1399
Hunter Lab40.842174.2689-71.8270
CIE-Lab47.855377.4107-61.8356

#b825dc color RGB value is (184,37,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100101 11011100
Octal 270 45 334
Decimal 184 37 220
Hex B8 25 DC

RGB Percentages of Color #b825dc

%41.72
%8.39
%49.89

CMYK Percentages of Color #b825dc

%16
%83
%0
%14

Triadic Colors of #b825dc

#b825dc #dcb825 #25dcb8

Analogous Colors of #b825dc

#b825dc #dc25a5 #5d25dc

Monochromatic Colors of #b825dc

#b825dc

Complementary Color

#b825dc #49dc25

#b825dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b825dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b825dc Color CSS Codes

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

#b825dc Text Font Color

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

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


#b825dc Background Color

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

This div background color is #b825dc


#b825dc Border Color

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

This div border color is #b825dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b825dc


Comments

No comments written yet.

Please login to write comment.