Color Hex Logo

#b42cca Color Hex

#B42CCA
(180,44,202)
0 Favorites   0 Comments

Color spaces of #b42cca

RGB 18044202
HSL0.810.640.48
HSV292°78°79°
CMYK 0.110.780.00   0.21
XYZ30.383715.768957.3194
Yxy15.76890.29360.1524
Hunter Lab39.710167.0846-57.7849
CIE-Lab46.669871.7491-53.4379

#b42cca color RGB value is (180,44,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101100 11001010
Octal 264 54 312
Decimal 180 44 202
Hex B4 2C CA

RGB Percentages of Color #b42cca

%42.25
%10.33
%47.42

CMYK Percentages of Color #b42cca

%11
%78
%0
%21

Triadic Colors of #b42cca

#b42cca #cab42c #2ccab4

Analogous Colors of #b42cca

#b42cca #ca2c91 #652cca

Monochromatic Colors of #b42cca

#b42cca

Complementary Color

#b42cca #42ca2c

#b42cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42cca Color CSS Codes

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

#b42cca Text Font Color

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

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


#b42cca Background Color

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

This div background color is #b42cca


#b42cca Border Color

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

This div border color is #b42cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42cca


Comments

No comments written yet.

Please login to write comment.