Color Hex Logo

#b262ed Color Hex

#B262ED
(178,98,237)
0 Favorites   0 Comments

Color spaces of #b262ed

RGB 17898237
HSL0.760.790.66
HSV275°59°93°
CMYK 0.250.590.00   0.07
XYZ38.013824.314882.8104
Yxy24.31480.26190.1675
Hunter Lab49.310051.3156-65.0535
CIE-Lab56.401656.3111-57.7293

#b262ed color RGB value is (178,98,237).

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

The process color (four color CMYK) of #b262ed color hex is 0.25, 0.59, 0.00, 0.07. Web safe color of #b262ed is #9966ff. Color #b262ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100010 11101101
Octal 262 142 355
Decimal 178 98 237
Hex B2 62 ED

RGB Percentages of Color #b262ed

%34.70
%19.10
%46.20

CMYK Percentages of Color #b262ed

%25
%59
%0
%7

Triadic Colors of #b262ed

#b262ed #edb262 #62edb2

Analogous Colors of #b262ed

#b262ed #ed62e3 #6d62ed

Monochromatic Colors of #b262ed

#b262ed

Complementary Color

#b262ed #9ded62

#b262ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b262ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b262ed Color CSS Codes

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

#b262ed Text Font Color

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

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


#b262ed Background Color

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

This div background color is #b262ed


#b262ed Border Color

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

This div border color is #b262ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b262ed


Comments

No comments written yet.

Please login to write comment.