Color Hex Logo

#b42ccf Color Hex

#B42CCF
(180,44,207)
0 Favorites   0 Comments

Color spaces of #b42ccf

RGB 18044207
HSL0.810.650.49
HSV290°79°81°
CMYK 0.130.790.00   0.19
XYZ30.985616.009760.4885
Yxy16.00970.28830.1489
Hunter Lab40.012168.2101-61.6234
CIE-Lab46.987272.6239-55.8136

#b42ccf color RGB value is (180,44,207).

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

The process color (four color CMYK) of #b42ccf color hex is 0.13, 0.79, 0.00, 0.19. Web safe color of #b42ccf is #cc33cc. Color #b42ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101100 11001111
Octal 264 54 317
Decimal 180 44 207
Hex B4 2C CF

RGB Percentages of Color #b42ccf

%41.76
%10.21
%48.03

CMYK Percentages of Color #b42ccf

%13
%79
%0
%19

Triadic Colors of #b42ccf

#b42ccf #cfb42c #2ccfb4

Analogous Colors of #b42ccf

#b42ccf #cf2c99 #632ccf

Monochromatic Colors of #b42ccf

#b42ccf

Complementary Color

#b42ccf #47cf2c

#b42ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42ccf Color CSS Codes

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

#b42ccf Text Font Color

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

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


#b42ccf Background Color

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

This div background color is #b42ccf


#b42ccf Border Color

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

This div border color is #b42ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42ccf


Comments

No comments written yet.

Please login to write comment.