Color Hex Logo

#b440cf Color Hex

#B440CF
(180,64,207)
0 Favorites   0 Comments

Color spaces of #b440cf

RGB 18064207
HSL0.800.600.53
HSV289°69°81°
CMYK 0.130.690.00   0.19
XYZ31.918317.875160.7994
Yxy17.87510.28860.1616
Hunter Lab42.279060.7696-55.6669
CIE-Lab49.344365.8829-52.0310

#b440cf color RGB value is (180,64,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000000 11001111
Octal 264 100 317
Decimal 180 64 207
Hex B4 40 CF

RGB Percentages of Color #b440cf

%39.91
%14.19
%45.90

CMYK Percentages of Color #b440cf

%13
%69
%0
%19

Triadic Colors of #b440cf

#b440cf #cfb440 #40cfb4

Analogous Colors of #b440cf

#b440cf #cf40a3 #6d40cf

Monochromatic Colors of #b440cf

#b440cf

Complementary Color

#b440cf #5bcf40

#b440cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b440cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b440cf Color CSS Codes

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

#b440cf Text Font Color

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

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


#b440cf Background Color

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

This div background color is #b440cf


#b440cf Border Color

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

This div border color is #b440cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b440cf


Comments

No comments written yet.

Please login to write comment.