Color Hex Logo

#b424ca Color Hex

#B424CA
(180,36,202)
0 Favorites   0 Comments

Color spaces of #b424ca

RGB 18036202
HSL0.810.700.47
HSV292°82°79°
CMYK 0.110.820.00   0.21
XYZ30.113915.229357.2295
Yxy15.22930.29360.1485
Hunter Lab39.024769.4484-59.6311
CIE-Lab45.946773.8512-54.6003

#b424ca color RGB value is (180,36,202).

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

The process color (four color CMYK) of #b424ca color hex is 0.11, 0.82, 0.00, 0.21. Web safe color of #b424ca is #cc33cc. Color #b424ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100100 11001010
Octal 264 44 312
Decimal 180 36 202
Hex B4 24 CA

RGB Percentages of Color #b424ca

%43.06
%8.61
%48.33

CMYK Percentages of Color #b424ca

%11
%82
%0
%21

Triadic Colors of #b424ca

#b424ca #cab424 #24cab4

Analogous Colors of #b424ca

#b424ca #ca248d #6124ca

Monochromatic Colors of #b424ca

#b424ca

Complementary Color

#b424ca #3aca24

#b424ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b424ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b424ca Color CSS Codes

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

#b424ca Text Font Color

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

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


#b424ca Background Color

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

This div background color is #b424ca


#b424ca Border Color

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

This div border color is #b424ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b424ca


Comments

No comments written yet.

Please login to write comment.