Color Hex Logo

#b719cd Color Hex

#B719CD
(183,25,205)
0 Favorites   0 Comments

Color spaces of #b719cd

RGB 18325205
HSL0.810.780.45
HSV293°88°80°
CMYK 0.110.880.00   0.20
XYZ30.895515.170359.0574
Yxy15.17030.29390.1443
Hunter Lab38.949173.4304-62.6354
CIE-Lab45.866677.1203-56.4388

#b719cd color RGB value is (183,25,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011001 11001101
Octal 267 31 315
Decimal 183 25 205
Hex B7 19 CD

RGB Percentages of Color #b719cd

%44.31
%6.05
%49.64

CMYK Percentages of Color #b719cd

%11
%88
%0
%20

Triadic Colors of #b719cd

#b719cd #cdb719 #19cdb7

Analogous Colors of #b719cd

#b719cd #cd1989 #5d19cd

Monochromatic Colors of #b719cd

#b719cd

Complementary Color

#b719cd #2fcd19

#b719cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b719cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b719cd Color CSS Codes

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

#b719cd Text Font Color

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

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


#b719cd Background Color

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

This div background color is #b719cd


#b719cd Border Color

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

This div border color is #b719cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b719cd


Comments

No comments written yet.

Please login to write comment.