Color Hex Logo

#b480cf Color Hex

#B480CF
(180,128,207)
0 Favorites   0 Comments

Color spaces of #b480cf

RGB 180128207
HSL0.780.450.66
HSV279°38°81°
CMYK 0.130.380.00   0.19
XYZ37.804029.646662.7614
Yxy29.64660.29030.2277
Hunter Lab54.448728.6482-30.2277
CIE-Lab61.348134.3111-33.0875

#b480cf color RGB value is (180,128,207).

#b480cf hex color red value is 180, green value is 128 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b480cf hue: 0.78 , saturation: 0.45 and the lightness value of b480cf is 0.66.

The process color (four color CMYK) of #b480cf color hex is 0.13, 0.38, 0.00, 0.19. Web safe color of #b480cf is #cc99cc. Color #b480cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000000 11001111
Octal 264 200 317
Decimal 180 128 207
Hex B4 80 CF

RGB Percentages of Color #b480cf

%34.95
%24.85
%40.19

CMYK Percentages of Color #b480cf

%13
%38
%0
%19

Triadic Colors of #b480cf

#b480cf #cfb480 #80cfb4

Analogous Colors of #b480cf

#b480cf #cf80c3 #8d80cf

Monochromatic Colors of #b480cf

#b480cf

Complementary Color

#b480cf #9bcf80

#b480cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b480cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b480cf Color CSS Codes

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

#b480cf Text Font Color

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

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


#b480cf Background Color

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

This div background color is #b480cf


#b480cf Border Color

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

This div border color is #b480cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b480cf


Comments

No comments written yet.

Please login to write comment.