Color Hex Logo

#b619ce Color Hex

#B619CE
(182,25,206)
0 Favorites   0 Comments

Color spaces of #b619ce

RGB 18225206
HSL0.810.780.45
HSV292°88°81°
CMYK 0.120.880.00   0.19
XYZ30.779615.096659.6842
Yxy15.09660.29160.1430
Hunter Lab38.854373.4089-63.8774
CIE-Lab45.766277.1225-57.1868

#b619ce color RGB value is (182,25,206).

#b619ce hex color red value is 182, green value is 25 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b619ce hue: 0.81 , saturation: 0.78 and the lightness value of b619ce is 0.45.

The process color (four color CMYK) of #b619ce color hex is 0.12, 0.88, 0.00, 0.19. Web safe color of #b619ce is #cc00cc. Color #b619ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011001 11001110
Octal 266 31 316
Decimal 182 25 206
Hex B6 19 CE

RGB Percentages of Color #b619ce

%44.07
%6.05
%49.88

CMYK Percentages of Color #b619ce

%12
%88
%0
%19

Triadic Colors of #b619ce

#b619ce #ceb619 #19ceb6

Analogous Colors of #b619ce

#b619ce #ce198c #5c19ce

Monochromatic Colors of #b619ce

#b619ce

Complementary Color

#b619ce #31ce19

#b619ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b619ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b619ce Color CSS Codes

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

#b619ce Text Font Color

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

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


#b619ce Background Color

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

This div background color is #b619ce


#b619ce Border Color

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

This div border color is #b619ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,25,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b619ce


Comments

No comments written yet.

Please login to write comment.