Color Hex Logo

#b54ddc Color Hex

#B54DDC
(181,77,220)
0 Favorites   0 Comments

Color spaces of #b54ddc

RGB 18177220
HSL0.790.670.58
HSV284°65°86°
CMYK 0.180.650.00   0.14
XYZ34.628220.298869.8031
Yxy20.29880.27760.1627
Hunter Lab45.054258.3485-60.3209
CIE-Lab52.173463.2580-54.9117

#b54ddc color RGB value is (181,77,220).

#b54ddc hex color red value is 181, green value is 77 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b54ddc hue: 0.79 , saturation: 0.67 and the lightness value of b54ddc is 0.58.

The process color (four color CMYK) of #b54ddc color hex is 0.18, 0.65, 0.00, 0.14. Web safe color of #b54ddc is #cc66cc. Color #b54ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001101 11011100
Octal 265 115 334
Decimal 181 77 220
Hex B5 4D DC

RGB Percentages of Color #b54ddc

%37.87
%16.11
%46.03

CMYK Percentages of Color #b54ddc

%18
%65
%0
%14

Triadic Colors of #b54ddc

#b54ddc #dcb54d #4ddcb5

Analogous Colors of #b54ddc

#b54ddc #dc4dbc #6e4ddc

Monochromatic Colors of #b54ddc

#b54ddc

Complementary Color

#b54ddc #74dc4d

#b54ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54ddc Color CSS Codes

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

#b54ddc Text Font Color

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

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


#b54ddc Background Color

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

This div background color is #b54ddc


#b54ddc Border Color

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

This div border color is #b54ddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,77,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54ddc


Comments

No comments written yet.

Please login to write comment.