Color Hex Logo

#b414bc Color Hex

#B414BC
(180,20,188)
0 Favorites   0 Comments

Color spaces of #b414bc

RGB 18020188
HSL0.830.810.41
HSV297°89°74°
CMYK 0.040.890.00   0.26
XYZ28.149613.834548.7636
Yxy13.83450.31020.1525
Hunter Lab37.194870.0009-51.6949
CIE-Lab43.994674.6865-49.5787

#b414bc color RGB value is (180,20,188).

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

The process color (four color CMYK) of #b414bc color hex is 0.04, 0.89, 0.00, 0.26. Web safe color of #b414bc is #cc00cc. Color #b414bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010100 10111100
Octal 264 24 274
Decimal 180 20 188
Hex B4 14 BC

RGB Percentages of Color #b414bc

%46.39
%5.15
%48.45

CMYK Percentages of Color #b414bc

%4
%89
%0
%26

Triadic Colors of #b414bc

#b414bc #bcb414 #14bcb4

Analogous Colors of #b414bc

#b414bc #bc1470 #6014bc

Monochromatic Colors of #b414bc

#b414bc

Complementary Color

#b414bc #1cbc14

#b414bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b414bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b414bc Color CSS Codes

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

#b414bc Text Font Color

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

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


#b414bc Background Color

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

This div background color is #b414bc


#b414bc Border Color

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

This div border color is #b414bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b414bc


Comments

No comments written yet.

Please login to write comment.