Color Hex Logo

#b534dd Color Hex

#B534DD
(181,52,221)
0 Favorites   0 Comments

Color spaces of #b534dd

RGB 18152221
HSL0.790.710.54
HSV286°76°87°
CMYK 0.180.760.00   0.13
XYZ33.335217.500270.0275
Yxy17.50020.27580.1448
Hunter Lab41.833269.0312-69.9663
CIE-Lab48.884272.9342-60.7673

#b534dd color RGB value is (181,52,221).

#b534dd hex color red value is 181, green value is 52 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b534dd hue: 0.79 , saturation: 0.71 and the lightness value of b534dd is 0.54.

The process color (four color CMYK) of #b534dd color hex is 0.18, 0.76, 0.00, 0.13. Web safe color of #b534dd is #cc33cc. Color #b534dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110100 11011101
Octal 265 64 335
Decimal 181 52 221
Hex B5 34 DD

RGB Percentages of Color #b534dd

%39.87
%11.45
%48.68

CMYK Percentages of Color #b534dd

%18
%76
%0
%13

Triadic Colors of #b534dd

#b534dd #ddb534 #34ddb5

Analogous Colors of #b534dd

#b534dd #dd34b1 #6034dd

Monochromatic Colors of #b534dd

#b534dd

Complementary Color

#b534dd #5cdd34

#b534dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b534dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b534dd Color CSS Codes

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

#b534dd Text Font Color

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

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


#b534dd Background Color

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

This div background color is #b534dd


#b534dd Border Color

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

This div border color is #b534dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b534dd


Comments

No comments written yet.

Please login to write comment.