Color Hex Logo

#b254dd Color Hex

#B254DD
(178,84,221)
0 Favorites   0 Comments

Color spaces of #b254dd

RGB 17884221
HSL0.780.670.60
HSV281°62°87°
CMYK 0.190.620.00   0.13
XYZ34.581621.026170.6424
Yxy21.02610.27390.1665
Hunter Lab45.854254.3734-59.2434
CIE-Lab52.978059.6293-54.2127

#b254dd color RGB value is (178,84,221).

#b254dd hex color red value is 178, green value is 84 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b254dd hue: 0.78 , saturation: 0.67 and the lightness value of b254dd is 0.60.

The process color (four color CMYK) of #b254dd color hex is 0.19, 0.62, 0.00, 0.13. Web safe color of #b254dd is #9966cc. Color #b254dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010100 11011101
Octal 262 124 335
Decimal 178 84 221
Hex B2 54 DD

RGB Percentages of Color #b254dd

%36.85
%17.39
%45.76

CMYK Percentages of Color #b254dd

%19
%62
%0
%13

Triadic Colors of #b254dd

#b254dd #ddb254 #54ddb2

Analogous Colors of #b254dd

#b254dd #dd54c4 #6e54dd

Monochromatic Colors of #b254dd

#b254dd

Complementary Color

#b254dd #7fdd54

#b254dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b254dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b254dd Color CSS Codes

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

#b254dd Text Font Color

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

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


#b254dd Background Color

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

This div background color is #b254dd


#b254dd Border Color

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

This div border color is #b254dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b254dd


Comments

No comments written yet.

Please login to write comment.