Color Hex Logo

#b625dc Color Hex

#B625DC
(182,37,220)
0 Favorites   0 Comments

Color spaces of #b625dc

RGB 18237220
HSL0.800.720.50
HSV288°83°86°
CMYK 0.170.830.00   0.14
XYZ32.871216.435569.1500
Yxy16.43550.27750.1387
Hunter Lab40.540773.7850-72.7520
CIE-Lab47.540777.0813-62.3595

#b625dc color RGB value is (182,37,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100101 11011100
Octal 266 45 334
Decimal 182 37 220
Hex B6 25 DC

RGB Percentages of Color #b625dc

%41.46
%8.43
%50.11

CMYK Percentages of Color #b625dc

%17
%83
%0
%14

Triadic Colors of #b625dc

#b625dc #dcb625 #25dcb6

Analogous Colors of #b625dc

#b625dc #dc25a7 #5a25dc

Monochromatic Colors of #b625dc

#b625dc

Complementary Color

#b625dc #4bdc25

#b625dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b625dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b625dc Color CSS Codes

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

#b625dc Text Font Color

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

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


#b625dc Background Color

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

This div background color is #b625dc


#b625dc Border Color

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

This div border color is #b625dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b625dc


Comments

No comments written yet.

Please login to write comment.