Color Hex Logo

#b454cf Color Hex

#B454CF
(180,84,207)
0 Favorites   0 Comments

Color spaces of #b454cf

RGB 18084207
HSL0.800.560.57
HSV287°59°81°
CMYK 0.130.590.00   0.19
XYZ33.255220.548961.2451
Yxy20.54890.28910.1786
Hunter Lab45.330951.6203-48.3732
CIE-Lab52.452257.2726-47.0739

#b454cf color RGB value is (180,84,207).

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

The process color (four color CMYK) of #b454cf color hex is 0.13, 0.59, 0.00, 0.19. Web safe color of #b454cf is #cc66cc. Color #b454cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010100 11001111
Octal 264 124 317
Decimal 180 84 207
Hex B4 54 CF

RGB Percentages of Color #b454cf

%38.22
%17.83
%43.95

CMYK Percentages of Color #b454cf

%13
%59
%0
%19

Triadic Colors of #b454cf

#b454cf #cfb454 #54cfb4

Analogous Colors of #b454cf

#b454cf #cf54ad #7754cf

Monochromatic Colors of #b454cf

#b454cf

Complementary Color

#b454cf #6fcf54

#b454cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b454cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b454cf Color CSS Codes

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

#b454cf Text Font Color

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

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


#b454cf Background Color

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

This div background color is #b454cf


#b454cf Border Color

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

This div border color is #b454cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b454cf


Comments

No comments written yet.

Please login to write comment.