color codes Logo

#b54fcc color codes

#B54FCC
(181,79,204)
0 Favorites   0 Comments

Color spaces of #b54fcc

RGB 18179204
HSL0.800.550.55
HSV289°61°80°
CMYK 0.110.610.00   0.20
XYZ32.751119.775459.2176
Yxy19.77540.29310.1770
Hunter Lab44.469553.6407-47.8245
CIE-Lab51.582359.2328-46.7314

#b54fcc color RGB value is (181,79,204).

#b54fcc hex color red value is 181, green value is 79 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b54fcc hue: 0.80 , saturation: 0.55 and the lightness value of b54fcc is 0.55.

The process color (four color CMYK) of #b54fcc color code is 0.11, 0.61, 0.00, 0.20. Web safe color of #b54fcc is #cc66cc. Color #b54fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001111 11001100
Octal 265 117 314
Decimal 181 79 204
Hex B5 4F CC

RGB Percentages of Color #b54fcc

%39.01
%17.03
%43.97

CMYK Percentages of Color #b54fcc

%11
%61
%0
%20

Triadic Colors of #b54fcc

#b54fcc #ccb54f #4fccb5

Analogous Colors of #b54fcc

#b54fcc #cc4fa5 #774fcc

Monochromatic Colors of #b54fcc

#b54fcc

Complementary Color

#b54fcc #66cc4f

#b54fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54fcc Color CSS Codes

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

#b54fcc Text Font Color

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

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


#b54fcc Background Color

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

This div background color is #b54fcc


#b54fcc Border Color

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

This div border color is #b54fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,79,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b54fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b54fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #b54fcc;
  box-shadow:         1px 1px 3px 2px #b54fcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,79,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b54fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54fcc


Comments

No comments written yet.

Please login to write comment.