Color Hex Logo

#b419cc Color Hex

#B419CC
(180,25,204)
0 Favorites   0 Comments

Color spaces of #b419cc

RGB 18025204
HSL0.810.780.45
HSV292°88°80°
CMYK 0.120.880.00   0.20
XYZ30.069114.758258.3905
Yxy14.75820.29130.1430
Hunter Lab38.416472.4859-63.2256
CIE-Lab45.301276.4642-56.7973

#b419cc color RGB value is (180,25,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011001 11001100
Octal 264 31 314
Decimal 180 25 204
Hex B4 19 CC

RGB Percentages of Color #b419cc

%44.01
%6.11
%49.88

CMYK Percentages of Color #b419cc

%12
%88
%0
%20

Triadic Colors of #b419cc

#b419cc #ccb419 #19ccb4

Analogous Colors of #b419cc

#b419cc #cc198b #5b19cc

Monochromatic Colors of #b419cc

#b419cc

Complementary Color

#b419cc #31cc19

#b419cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b419cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b419cc Color CSS Codes

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

#b419cc Text Font Color

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

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


#b419cc Background Color

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

This div background color is #b419cc


#b419cc Border Color

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

This div border color is #b419cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b419cc


Comments

No comments written yet.

Please login to write comment.