Color Hex Logo

#b419cf Color Hex

#B419CF
(180,25,207)
0 Favorites   0 Comments

Color spaces of #b419cf

RGB 18025207
HSL0.810.780.45
HSV291°88°81°
CMYK 0.130.880.00   0.19
XYZ30.432514.903660.3042
Yxy14.90360.28810.1411
Hunter Lab38.605273.1526-65.5918
CIE-Lab45.501976.9663-58.2074

#b419cf color RGB value is (180,25,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011001 11001111
Octal 264 31 317
Decimal 180 25 207
Hex B4 19 CF

RGB Percentages of Color #b419cf

%43.69
%6.07
%50.24

CMYK Percentages of Color #b419cf

%13
%88
%0
%19

Triadic Colors of #b419cf

#b419cf #cfb419 #19cfb4

Analogous Colors of #b419cf

#b419cf #cf198f #5919cf

Monochromatic Colors of #b419cf

#b419cf

Complementary Color

#b419cf #34cf19

#b419cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b419cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b419cf Color CSS Codes

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

#b419cf Text Font Color

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

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


#b419cf Background Color

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

This div background color is #b419cf


#b419cf Border Color

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

This div border color is #b419cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b419cf


Comments

No comments written yet.

Please login to write comment.