color codes Logo

#b254cc color codes

#B254CC
(178,84,204)
0 Favorites   0 Comments

Color spaces of #b254cc

RGB 17884204
HSL0.800.540.56
HSV287°59°80°
CMYK 0.130.590.00   0.20
XYZ32.429520.165359.3098
Yxy20.16530.28980.1802
Hunter Lab44.905850.3218-46.8738
CIE-Lab52.023656.1796-46.0553

#b254cc color RGB value is (178,84,204).

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

The process color (four color CMYK) of #b254cc color code is 0.13, 0.59, 0.00, 0.20. Web safe color of #b254cc is #9966cc. Color #b254cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010100 11001100
Octal 262 124 314
Decimal 178 84 204
Hex B2 54 CC

RGB Percentages of Color #b254cc

%38.20
%18.03
%43.78

CMYK Percentages of Color #b254cc

%13
%59
%0
%20

Triadic Colors of #b254cc

#b254cc #ccb254 #54ccb2

Analogous Colors of #b254cc

#b254cc #cc54aa #7654cc

Monochromatic Colors of #b254cc

#b254cc

Complementary Color

#b254cc #6ecc54

#b254cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b254cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b254cc Color CSS Codes

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

#b254cc Text Font Color

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

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


#b254cc Background Color

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

This div background color is #b254cc


#b254cc Border Color

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

This div border color is #b254cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b254cc


Comments

No comments written yet.

Please login to write comment.