Color Hex Logo

#b625fb Color Hex

#B625FB
(182,37,251)
0 Favorites   0 Comments

Color spaces of #b625fb

RGB 18237251
HSL0.780.960.56
HSV281°85°98°
CMYK 0.270.850.00   0.02
XYZ37.365618.233392.8168
Yxy18.23330.25180.1229
Hunter Lab42.700581.4729-98.9867
CIE-Lab49.777982.7558-76.2250

#b625fb color RGB value is (182,37,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100101 11111011
Octal 266 45 373
Decimal 182 37 251
Hex B6 25 FB

RGB Percentages of Color #b625fb

%38.72
%7.87
%53.40

CMYK Percentages of Color #b625fb

%27
%85
%0
%2

Triadic Colors of #b625fb

#b625fb #fbb625 #25fbb6

Analogous Colors of #b625fb

#b625fb #fb25d5 #4b25fb

Monochromatic Colors of #b625fb

#b625fb

Complementary Color

#b625fb #6afb25

#b625fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b625fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b625fb Color CSS Codes

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

#b625fb Text Font Color

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

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


#b625fb Background Color

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

This div background color is #b625fb


#b625fb Border Color

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

This div border color is #b625fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b625fb


Comments

No comments written yet.

Please login to write comment.