Color Hex Logo

#b37cda Color Hex

#B37CDA
(179,124,218)
0 Favorites   0 Comments

Color spaces of #b37cda

RGB 179124218
HSL0.760.560.67
HSV275°43°85°
CMYK 0.180.430.00   0.15
XYZ38.452929.061069.9123
Yxy29.06100.27980.2115
Hunter Lab53.908332.9851-39.1560
CIE-Lab60.835438.6128-40.0670

#b37cda color RGB value is (179,124,218).

#b37cda hex color red value is 179, green value is 124 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b37cda hue: 0.76 , saturation: 0.56 and the lightness value of b37cda is 0.67.

The process color (four color CMYK) of #b37cda color hex is 0.18, 0.43, 0.00, 0.15. Web safe color of #b37cda is #cc66cc. Color #b37cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111100 11011010
Octal 263 174 332
Decimal 179 124 218
Hex B3 7C DA

RGB Percentages of Color #b37cda

%34.36
%23.80
%41.84

CMYK Percentages of Color #b37cda

%18
%43
%0
%15

Triadic Colors of #b37cda

#b37cda #dab37c #7cdab3

Analogous Colors of #b37cda

#b37cda #da7cd2 #847cda

Monochromatic Colors of #b37cda

#b37cda

Complementary Color

#b37cda #a3da7c

#b37cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37cda Color CSS Codes

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

#b37cda Text Font Color

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

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


#b37cda Background Color

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

This div background color is #b37cda


#b37cda Border Color

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

This div border color is #b37cda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,124,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b37cda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b37cda;
  -webkit-box-shadow: 1px 1px 3px 2px #b37cda;
  box-shadow:         1px 1px 3px 2px #b37cda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,124,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37cda


Comments

No comments written yet.

Please login to write comment.