Color Hex Logo

#b254cd Color Hex

#B254CD
(178,84,205)
0 Favorites   0 Comments

Color spaces of #b254cd

RGB 17884205
HSL0.800.550.57
HSV287°59°80°
CMYK 0.130.590.00   0.20
XYZ32.549920.213459.9436
Yxy20.21340.28880.1793
Hunter Lab44.959350.5526-47.5790
CIE-Lab52.077656.3785-46.5419

#b254cd color RGB value is (178,84,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010100 11001101
Octal 262 124 315
Decimal 178 84 205
Hex B2 54 CD

RGB Percentages of Color #b254cd

%38.12
%17.99
%43.90

CMYK Percentages of Color #b254cd

%13
%59
%0
%20

Triadic Colors of #b254cd

#b254cd #cdb254 #54cdb2

Analogous Colors of #b254cd

#b254cd #cd54ac #7654cd

Monochromatic Colors of #b254cd

#b254cd

Complementary Color

#b254cd #6fcd54

#b254cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b254cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b254cd Color CSS Codes

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

#b254cd Text Font Color

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

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


#b254cd Background Color

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

This div background color is #b254cd


#b254cd Border Color

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

This div border color is #b254cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,84,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b254cd


Comments

No comments written yet.

Please login to write comment.