Color Hex Logo

#b619ea Color Hex

#B619EA
(182,25,234)
0 Favorites   0 Comments

Color spaces of #b619ea

RGB 18225234
HSL0.790.830.51
HSV285°89°92°
CMYK 0.220.890.00   0.08
XYZ34.490316.580979.2245
Yxy16.58090.26470.1273
Hunter Lab40.719779.9334-86.8514
CIE-Lab47.727681.9463-70.0105

#b619ea color RGB value is (182,25,234).

#b619ea hex color red value is 182, green value is 25 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b619ea hue: 0.79 , saturation: 0.83 and the lightness value of b619ea is 0.51.

The process color (four color CMYK) of #b619ea color hex is 0.22, 0.89, 0.00, 0.08. Web safe color of #b619ea is #cc00ff. Color #b619ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011001 11101010
Octal 266 31 352
Decimal 182 25 234
Hex B6 19 EA

RGB Percentages of Color #b619ea

%41.27
%5.67
%53.06

CMYK Percentages of Color #b619ea

%22
%89
%0
%8

Triadic Colors of #b619ea

#b619ea #eab619 #19eab6

Analogous Colors of #b619ea

#b619ea #ea19b6 #4d19ea

Monochromatic Colors of #b619ea

#b619ea

Complementary Color

#b619ea #4dea19

#b619ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b619ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b619ea Color CSS Codes

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

#b619ea Text Font Color

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

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


#b619ea Background Color

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

This div background color is #b619ea


#b619ea Border Color

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

This div border color is #b619ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b619ea


Comments

No comments written yet.

Please login to write comment.