Color Hex Logo

#b538dc Color Hex

#B538DC
(181,56,220)
0 Favorites   0 Comments

Color spaces of #b538dc

RGB 18156220
HSL0.790.700.54
HSV286°75°86°
CMYK 0.180.750.00   0.14
XYZ33.388517.819469.3899
Yxy17.81940.27690.1478
Hunter Lab42.213067.3122-67.9119
CIE-Lab49.276371.4319-59.5657

#b538dc color RGB value is (181,56,220).

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

The process color (four color CMYK) of #b538dc color hex is 0.18, 0.75, 0.00, 0.14. Web safe color of #b538dc is #cc33cc. Color #b538dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111000 11011100
Octal 265 70 334
Decimal 181 56 220
Hex B5 38 DC

RGB Percentages of Color #b538dc

%39.61
%12.25
%48.14

CMYK Percentages of Color #b538dc

%18
%75
%0
%14

Triadic Colors of #b538dc

#b538dc #dcb538 #38dcb5

Analogous Colors of #b538dc

#b538dc #dc38b1 #6338dc

Monochromatic Colors of #b538dc

#b538dc

Complementary Color

#b538dc #5fdc38

#b538dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b538dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b538dc Color CSS Codes

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

#b538dc Text Font Color

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

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


#b538dc Background Color

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

This div background color is #b538dc


#b538dc Border Color

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

This div border color is #b538dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b538dc


Comments

No comments written yet.

Please login to write comment.