Color Hex Logo

#b42fcc Color Hex

#B42FCC
(180,47,204)
0 Favorites   0 Comments

Color spaces of #b42fcc

RGB 18047204
HSL0.810.630.49
HSV291°77°80°
CMYK 0.120.770.00   0.20
XYZ30.738016.096058.6135
Yxy16.09600.29150.1526
Hunter Lab40.119866.5490-58.5365
CIE-Lab47.100271.2179-53.9022

#b42fcc color RGB value is (180,47,204).

#b42fcc hex color red value is 180, green value is 47 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b42fcc hue: 0.81 , saturation: 0.63 and the lightness value of b42fcc is 0.49.

The process color (four color CMYK) of #b42fcc color hex is 0.12, 0.77, 0.00, 0.20. Web safe color of #b42fcc is #cc33cc. Color #b42fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101111 11001100
Octal 264 57 314
Decimal 180 47 204
Hex B4 2F CC

RGB Percentages of Color #b42fcc

%41.76
%10.90
%47.33

CMYK Percentages of Color #b42fcc

%12
%77
%0
%20

Triadic Colors of #b42fcc

#b42fcc #ccb42f #2fccb4

Analogous Colors of #b42fcc

#b42fcc #cc2f96 #662fcc

Monochromatic Colors of #b42fcc

#b42fcc

Complementary Color

#b42fcc #47cc2f

#b42fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42fcc Color CSS Codes

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

#b42fcc Text Font Color

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

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


#b42fcc Background Color

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

This div background color is #b42fcc


#b42fcc Border Color

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

This div border color is #b42fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42fcc


Comments

No comments written yet.

Please login to write comment.