Color Hex Logo

#b42fca Color Hex

#B42FCA
(180,47,202)
0 Favorites   0 Comments

Color spaces of #b42fca

RGB 18047202
HSL0.810.620.49
HSV291°77°79°
CMYK 0.110.770.00   0.21
XYZ30.499616.000657.3580
Yxy16.00060.29370.1541
Hunter Lab40.000766.1006-57.0168
CIE-Lab46.975370.8667-52.9475

#b42fca color RGB value is (180,47,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101111 11001010
Octal 264 57 312
Decimal 180 47 202
Hex B4 2F CA

RGB Percentages of Color #b42fca

%41.96
%10.96
%47.09

CMYK Percentages of Color #b42fca

%11
%77
%0
%21

Triadic Colors of #b42fca

#b42fca #cab42f #2fcab4

Analogous Colors of #b42fca

#b42fca #ca2f93 #672fca

Monochromatic Colors of #b42fca

#b42fca

Complementary Color

#b42fca #45ca2f

#b42fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42fca Color CSS Codes

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

#b42fca Text Font Color

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

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


#b42fca Background Color

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

This div background color is #b42fca


#b42fca Border Color

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

This div border color is #b42fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42fca


Comments

No comments written yet.

Please login to write comment.