Color Hex Logo

#b319cd Color Hex

#B319CD
(179,25,205)
0 Favorites   0 Comments

Color spaces of #b319cd

RGB 17925205
HSL0.810.780.45
HSV291°88°80°
CMYK 0.130.880.00   0.20
XYZ29.957514.686759.0135
Yxy14.68670.28900.1417
Hunter Lab38.323272.4689-64.4737
CIE-Lab45.202176.4696-57.5441

#b319cd color RGB value is (179,25,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011001 11001101
Octal 263 31 315
Decimal 179 25 205
Hex B3 19 CD

RGB Percentages of Color #b319cd

%43.77
%6.11
%50.12

CMYK Percentages of Color #b319cd

%13
%88
%0
%20

Triadic Colors of #b319cd

#b319cd #cdb319 #19cdb3

Analogous Colors of #b319cd

#b319cd #cd198d #5919cd

Monochromatic Colors of #b319cd

#b319cd

Complementary Color

#b319cd #33cd19

#b319cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b319cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b319cd Color CSS Codes

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

#b319cd Text Font Color

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

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


#b319cd Background Color

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

This div background color is #b319cd


#b319cd Border Color

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

This div border color is #b319cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b319cd


Comments

No comments written yet.

Please login to write comment.