Color Hex Logo

#b441cf Color Hex

#B441CF
(180,65,207)
0 Favorites   0 Comments

Color spaces of #b441cf

RGB 18065207
HSL0.800.600.53
HSV289°69°81°
CMYK 0.130.690.00   0.19
XYZ31.975217.988960.8184
Yxy17.98890.28860.1624
Hunter Lab42.413360.3470-55.3293
CIE-Lab49.482665.4928-51.8095

#b441cf color RGB value is (180,65,207).

#b441cf hex color red value is 180, green value is 65 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b441cf hue: 0.80 , saturation: 0.60 and the lightness value of b441cf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000001 11001111
Octal 264 101 317
Decimal 180 65 207
Hex B4 41 CF

RGB Percentages of Color #b441cf

%39.82
%14.38
%45.80

CMYK Percentages of Color #b441cf

%13
%69
%0
%19

Triadic Colors of #b441cf

#b441cf #cfb441 #41cfb4

Analogous Colors of #b441cf

#b441cf #cf41a3 #6d41cf

Monochromatic Colors of #b441cf

#b441cf

Complementary Color

#b441cf #5ccf41

#b441cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b441cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b441cf Color CSS Codes

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

#b441cf Text Font Color

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

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


#b441cf Background Color

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

This div background color is #b441cf


#b441cf Border Color

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

This div border color is #b441cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b441cf


Comments

No comments written yet.

Please login to write comment.