Color Hex Logo

#b414ca Color Hex

#B414CA
(180,20,202)
0 Favorites   0 Comments

Color spaces of #b414ca

RGB 18020202
HSL0.810.820.44
HSV293°90°79°
CMYK 0.110.900.00   0.21
XYZ29.733214.467957.1026
Yxy14.46790.29350.1428
Hunter Lab38.036772.9688-62.3835
CIE-Lab44.896676.9348-56.2913

#b414ca color RGB value is (180,20,202).

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

The process color (four color CMYK) of #b414ca color hex is 0.11, 0.90, 0.00, 0.21. Web safe color of #b414ca is #cc00cc. Color #b414ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010100 11001010
Octal 264 24 312
Decimal 180 20 202
Hex B4 14 CA

RGB Percentages of Color #b414ca

%44.78
%4.98
%50.25

CMYK Percentages of Color #b414ca

%11
%90
%0
%21

Triadic Colors of #b414ca

#b414ca #cab414 #14cab4

Analogous Colors of #b414ca

#b414ca #ca1485 #5914ca

Monochromatic Colors of #b414ca

#b414ca

Complementary Color

#b414ca #2aca14

#b414ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b414ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b414ca Color CSS Codes

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

#b414ca Text Font Color

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

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


#b414ca Background Color

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

This div background color is #b414ca


#b414ca Border Color

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

This div border color is #b414ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b414ca


Comments

No comments written yet.

Please login to write comment.