Color Hex Logo

#b37cdc Color Hex

#B37CDC
(179,124,220)
0 Favorites   0 Comments

Color spaces of #b37cdc

RGB 179124220
HSL0.760.580.67
HSV274°44°86°
CMYK 0.190.440.00   0.14
XYZ38.716329.166371.2992
Yxy29.16630.27820.2096
Hunter Lab54.005833.4549-40.4713
CIE-Lab60.928139.0557-41.0407

#b37cdc color RGB value is (179,124,220).

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

The process color (four color CMYK) of #b37cdc color hex is 0.19, 0.44, 0.00, 0.14. Web safe color of #b37cdc is #cc66cc. Color #b37cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111100 11011100
Octal 263 174 334
Decimal 179 124 220
Hex B3 7C DC

RGB Percentages of Color #b37cdc

%34.23
%23.71
%42.07

CMYK Percentages of Color #b37cdc

%19
%44
%0
%14

Triadic Colors of #b37cdc

#b37cdc #dcb37c #7cdcb3

Analogous Colors of #b37cdc

#b37cdc #dc7cd5 #837cdc

Monochromatic Colors of #b37cdc

#b37cdc

Complementary Color

#b37cdc #a5dc7c

#b37cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37cdc Color CSS Codes

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

#b37cdc Text Font Color

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

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


#b37cdc Background Color

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

This div background color is #b37cdc


#b37cdc Border Color

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

This div border color is #b37cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37cdc


Comments

No comments written yet.

Please login to write comment.