Color Hex Logo

#b627fe Color Hex

#B627FE
(182,39,254)
0 Favorites   0 Comments

Color spaces of #b627fe

RGB 18239254
HSL0.780.990.57
HSV280°85°100°
CMYK 0.280.850.00   0.00
XYZ37.906318.551995.3489
Yxy18.55190.24970.1222
Hunter Lab43.071981.7166-101.1008
CIE-Lab50.158882.8723-77.2773

#b627fe color RGB value is (182,39,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100111 11111110
Octal 266 47 376
Decimal 182 39 254
Hex B6 27 FE

RGB Percentages of Color #b627fe

%38.32
%8.21
%53.47

CMYK Percentages of Color #b627fe

%28
%85
%0
%0

Triadic Colors of #b627fe

#b627fe #feb627 #27feb6

Analogous Colors of #b627fe

#b627fe #fe27db #4b27fe

Monochromatic Colors of #b627fe

#b627fe

Complementary Color

#b627fe #6ffe27

#b627fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b627fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b627fe Color CSS Codes

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

#b627fe Text Font Color

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

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


#b627fe Background Color

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

This div background color is #b627fe


#b627fe Border Color

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

This div border color is #b627fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b627fe


Comments

No comments written yet.

Please login to write comment.