Color Hex Logo

#b41ccf Color Hex

#B41CCF
(180,28,207)
0 Favorites   0 Comments

Color spaces of #b41ccf

RGB 18028207
HSL0.810.760.46
HSV291°86°81°
CMYK 0.130.860.00   0.19
XYZ30.500115.038860.3267
Yxy15.03880.28810.1421
Hunter Lab38.779972.5241-65.0867
CIE-Lab45.687376.4202-57.9081

#b41ccf color RGB value is (180,28,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011100 11001111
Octal 264 34 317
Decimal 180 28 207
Hex B4 1C CF

RGB Percentages of Color #b41ccf

%43.37
%6.75
%49.88

CMYK Percentages of Color #b41ccf

%13
%86
%0
%19

Triadic Colors of #b41ccf

#b41ccf #cfb41c #1ccfb4

Analogous Colors of #b41ccf

#b41ccf #cf1c91 #5a1ccf

Monochromatic Colors of #b41ccf

#b41ccf

Complementary Color

#b41ccf #37cf1c

#b41ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41ccf Color CSS Codes

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

#b41ccf Text Font Color

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

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


#b41ccf Background Color

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

This div background color is #b41ccf


#b41ccf Border Color

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

This div border color is #b41ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41ccf


Comments

No comments written yet.

Please login to write comment.