Color Hex Logo

#b862be Color Hex

#B862BE
(184,98,190)
0 Favorites   0 Comments

Color spaces of #b862be

RGB 18498190
HSL0.820.410.56
HSV296°48°75°
CMYK 0.030.480.00   0.25
XYZ33.429122.643451.3239
Yxy22.64340.31130.2108
Hunter Lab47.585142.1245-30.6389
CIE-Lab54.703148.1835-33.7483

#b862be color RGB value is (184,98,190).

#b862be hex color red value is 184, green value is 98 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b862be hue: 0.82 , saturation: 0.41 and the lightness value of b862be is 0.56.

The process color (four color CMYK) of #b862be color hex is 0.03, 0.48, 0.00, 0.25. Web safe color of #b862be is #cc66cc. Color #b862be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100010 10111110
Octal 270 142 276
Decimal 184 98 190
Hex B8 62 BE

RGB Percentages of Color #b862be

%38.98
%20.76
%40.25

CMYK Percentages of Color #b862be

%3
%48
%0
%25

Triadic Colors of #b862be

#b862be #beb862 #62beb8

Analogous Colors of #b862be

#b862be #be6296 #8a62be

Monochromatic Colors of #b862be

#b862be

Complementary Color

#b862be #68be62

#b862be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b862be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b862be Color CSS Codes

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

#b862be Text Font Color

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

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


#b862be Background Color

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

This div background color is #b862be


#b862be Border Color

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

This div border color is #b862be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b862be


Comments

No comments written yet.

Please login to write comment.