Color Hex Logo

#b719cc Color Hex

#B719CC
(183,25,204)
0 Favorites   0 Comments

Color spaces of #b719cc

RGB 18325204
HSL0.810.780.45
HSV293°88°80°
CMYK 0.100.880.00   0.20
XYZ30.775215.122258.4236
Yxy15.12220.29500.1450
Hunter Lab38.887373.2113-61.8552
CIE-Lab45.801176.9557-55.9661

#b719cc color RGB value is (183,25,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011001 11001100
Octal 267 31 314
Decimal 183 25 204
Hex B7 19 CC

RGB Percentages of Color #b719cc

%44.42
%6.07
%49.51

CMYK Percentages of Color #b719cc

%10
%88
%0
%20

Triadic Colors of #b719cc

#b719cc #ccb719 #19ccb7

Analogous Colors of #b719cc

#b719cc #cc1988 #5e19cc

Monochromatic Colors of #b719cc

#b719cc

Complementary Color

#b719cc #2ecc19

#b719cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b719cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b719cc Color CSS Codes

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

#b719cc Text Font Color

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

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


#b719cc Background Color

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

This div background color is #b719cc


#b719cc Border Color

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

This div border color is #b719cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b719cc


Comments

No comments written yet.

Please login to write comment.