Color Hex Logo

#b820be Color Hex

#B820BE
(184,32,190)
0 Favorites   0 Comments

Color spaces of #b820be

RGB 18432190
HSL0.830.710.44
HSV298°83°75°
CMYK 0.030.830.00   0.25
XYZ29.577914.941150.0402
Yxy14.94110.31280.1580
Hunter Lab38.653768.9445-49.6978
CIE-Lab45.553473.5118-48.2150

#b820be color RGB value is (184,32,190).

#b820be hex color red value is 184, green value is 32 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b820be hue: 0.83 , saturation: 0.71 and the lightness value of b820be is 0.44.

The process color (four color CMYK) of #b820be color hex is 0.03, 0.83, 0.00, 0.25. Web safe color of #b820be is #cc33cc. Color #b820be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100000 10111110
Octal 270 40 276
Decimal 184 32 190
Hex B8 20 BE

RGB Percentages of Color #b820be

%45.32
%7.88
%46.80

CMYK Percentages of Color #b820be

%3
%83
%0
%25

Triadic Colors of #b820be

#b820be #beb820 #20beb8

Analogous Colors of #b820be

#b820be #be2075 #6920be

Monochromatic Colors of #b820be

#b820be

Complementary Color

#b820be #26be20

#b820be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b820be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b820be Color CSS Codes

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

#b820be Text Font Color

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

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


#b820be Background Color

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

This div background color is #b820be


#b820be Border Color

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

This div border color is #b820be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b820be


Comments

No comments written yet.

Please login to write comment.