Color Hex Logo

#b638fe Color Hex

#B638FE
(182,56,254)
0 Favorites   0 Comments

Color spaces of #b638fe

RGB 18256254
HSL0.770.990.61
HSV278°78°100°
CMYK 0.280.780.00   0.00
XYZ38.595019.929295.5785
Yxy19.92920.25040.1293
Hunter Lab44.642176.1970-95.6900
CIE-Lab51.757178.1986-74.6751

#b638fe color RGB value is (182,56,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111000 11111110
Octal 266 70 376
Decimal 182 56 254
Hex B6 38 FE

RGB Percentages of Color #b638fe

%36.99
%11.38
%51.63

CMYK Percentages of Color #b638fe

%28
%78
%0
%0

Triadic Colors of #b638fe

#b638fe #feb638 #38feb6

Analogous Colors of #b638fe

#b638fe #fe38e3 #5338fe

Monochromatic Colors of #b638fe

#b638fe

Complementary Color

#b638fe #80fe38

#b638fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b638fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b638fe Color CSS Codes

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

#b638fe Text Font Color

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

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


#b638fe Background Color

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

This div background color is #b638fe


#b638fe Border Color

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

This div border color is #b638fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b638fe


Comments

No comments written yet.

Please login to write comment.