Color Hex Logo

#b262ea Color Hex

#B262EA
(178,98,234)
0 Favorites   0 Comments

Color spaces of #b262ea

RGB 17898234
HSL0.760.760.65
HSV275°58°92°
CMYK 0.240.580.00   0.08
XYZ37.579124.140980.5209
Yxy24.14090.26420.1697
Hunter Lab49.133450.5402-62.7724
CIE-Lab56.228655.6473-56.3295

#b262ea color RGB value is (178,98,234).

#b262ea hex color red value is 178, green value is 98 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b262ea hue: 0.76 , saturation: 0.76 and the lightness value of b262ea is 0.65.

The process color (four color CMYK) of #b262ea color hex is 0.24, 0.58, 0.00, 0.08. Web safe color of #b262ea is #9966ff. Color #b262ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100010 11101010
Octal 262 142 352
Decimal 178 98 234
Hex B2 62 EA

RGB Percentages of Color #b262ea

%34.90
%19.22
%45.88

CMYK Percentages of Color #b262ea

%24
%58
%0
%8

Triadic Colors of #b262ea

#b262ea #eab262 #62eab2

Analogous Colors of #b262ea

#b262ea #ea62de #6e62ea

Monochromatic Colors of #b262ea

#b262ea

Complementary Color

#b262ea #9aea62

#b262ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b262ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b262ea Color CSS Codes

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

#b262ea Text Font Color

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

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


#b262ea Background Color

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

This div background color is #b262ea


#b262ea Border Color

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

This div border color is #b262ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,98,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b262ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b262ea;
  -webkit-box-shadow: 1px 1px 3px 2px #b262ea;
  box-shadow:         1px 1px 3px 2px #b262ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,98,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b262ea


Comments

No comments written yet.

Please login to write comment.