Color Hex Logo

#b413cf Color Hex

#B413CF
(180,19,207)
0 Favorites   0 Comments

Color spaces of #b413cf

RGB 18019207
HSL0.810.830.44
HSV291°91°81°
CMYK 0.130.910.00   0.19
XYZ30.317714.674060.2659
Yxy14.67400.28800.1394
Hunter Lab38.306774.2367-66.4633
CIE-Lab45.184477.9040-58.7200

#b413cf color RGB value is (180,19,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010011 11001111
Octal 264 23 317
Decimal 180 19 207
Hex B4 13 CF

RGB Percentages of Color #b413cf

%44.33
%4.68
%50.99

CMYK Percentages of Color #b413cf

%13
%91
%0
%19

Triadic Colors of #b413cf

#b413cf #cfb413 #13cfb4

Analogous Colors of #b413cf

#b413cf #cf138c #5613cf

Monochromatic Colors of #b413cf

#b413cf

Complementary Color

#b413cf #2ecf13

#b413cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b413cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b413cf Color CSS Codes

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

#b413cf Text Font Color

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

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


#b413cf Background Color

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

This div background color is #b413cf


#b413cf Border Color

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

This div border color is #b413cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b413cf


Comments

No comments written yet.

Please login to write comment.