Color Hex Logo

#b625ff Color Hex

#B625FF
(182,37,255)
0 Favorites   0 Comments

Color spaces of #b625ff

RGB 18237255
HSL0.781.000.57
HSV280°85°100°
CMYK 0.290.850.00   0.00
XYZ38.003018.488296.1733
Yxy18.48820.24890.1211
Hunter Lab42.997982.5180-102.5152
CIE-Lab50.083083.5117-77.9579

#b625ff color RGB value is (182,37,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100101 11111111
Octal 266 45 377
Decimal 182 37 255
Hex B6 25 FF

RGB Percentages of Color #b625ff

%38.40
%7.81
%53.80

CMYK Percentages of Color #b625ff

%29
%85
%0
%0

Triadic Colors of #b625ff

#b625ff #ffb625 #25ffb6

Analogous Colors of #b625ff

#b625ff #ff25db #4925ff

Monochromatic Colors of #b625ff

#b625ff

Complementary Color

#b625ff #6eff25

#b625ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b625ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b625ff Color CSS Codes

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

#b625ff Text Font Color

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

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


#b625ff Background Color

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

This div background color is #b625ff


#b625ff Border Color

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

This div border color is #b625ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b625ff


Comments

No comments written yet.

Please login to write comment.