Color Hex Logo

#b625fc Color Hex

#B625FC
(182,37,252)
0 Favorites   0 Comments

Color spaces of #b625fc

RGB 18237252
HSL0.780.970.57
HSV280°85°99°
CMYK 0.280.850.00   0.01
XYZ37.523718.296593.6493
Yxy18.29650.25100.1224
Hunter Lab42.774481.7333-99.8661
CIE-Lab49.853882.9445-76.6594

#b625fc color RGB value is (182,37,252).

#b625fc hex color red value is 182, green value is 37 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b625fc hue: 0.78 , saturation: 0.97 and the lightness value of b625fc is 0.57.

The process color (four color CMYK) of #b625fc color hex is 0.28, 0.85, 0.00, 0.01. Web safe color of #b625fc is #cc33ff. Color #b625fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100101 11111100
Octal 266 45 374
Decimal 182 37 252
Hex B6 25 FC

RGB Percentages of Color #b625fc

%38.64
%7.86
%53.50

CMYK Percentages of Color #b625fc

%28
%85
%0
%1

Triadic Colors of #b625fc

#b625fc #fcb625 #25fcb6

Analogous Colors of #b625fc

#b625fc #fc25d7 #4a25fc

Monochromatic Colors of #b625fc

#b625fc

Complementary Color

#b625fc #6bfc25

#b625fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b625fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b625fc Color CSS Codes

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

#b625fc Text Font Color

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

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


#b625fc Background Color

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

This div background color is #b625fc


#b625fc Border Color

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

This div border color is #b625fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b625fc


Comments

No comments written yet.

Please login to write comment.