Color Hex Logo

#b254ce Color Hex

#B254CE
(178,84,206)
0 Favorites   0 Comments

Color spaces of #b254ce

RGB 17884206
HSL0.800.550.57
HSV286°59°81°
CMYK 0.140.590.00   0.19
XYZ32.671020.261960.5815
Yxy20.26190.28780.1785
Hunter Lab45.013250.7838-48.2868
CIE-Lab52.132056.5773-47.0275

#b254ce color RGB value is (178,84,206).

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

The process color (four color CMYK) of #b254ce color hex is 0.14, 0.59, 0.00, 0.19. Web safe color of #b254ce is #9966cc. Color #b254ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010100 11001110
Octal 262 124 316
Decimal 178 84 206
Hex B2 54 CE

RGB Percentages of Color #b254ce

%38.03
%17.95
%44.02

CMYK Percentages of Color #b254ce

%14
%59
%0
%19

Triadic Colors of #b254ce

#b254ce #ceb254 #54ceb2

Analogous Colors of #b254ce

#b254ce #ce54ad #7554ce

Monochromatic Colors of #b254ce

#b254ce

Complementary Color

#b254ce #70ce54

#b254ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b254ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b254ce Color CSS Codes

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

#b254ce Text Font Color

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

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


#b254ce Background Color

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

This div background color is #b254ce


#b254ce Border Color

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

This div border color is #b254ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b254ce


Comments

No comments written yet.

Please login to write comment.