Color Hex Logo

#b37ccf Color Hex

#B37CCF
(179,124,207)
0 Favorites   0 Comments

Color spaces of #b37ccf

RGB 179124207
HSL0.780.460.65
HSV280°40°81°
CMYK 0.140.400.00   0.19
XYZ37.060528.504062.5800
Yxy28.50400.28920.2224
Hunter Lab53.389130.4762-32.1243
CIE-Lab60.341436.2238-34.6628

#b37ccf color RGB value is (179,124,207).

#b37ccf hex color red value is 179, green value is 124 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b37ccf hue: 0.78 , saturation: 0.46 and the lightness value of b37ccf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111100 11001111
Octal 263 174 317
Decimal 179 124 207
Hex B3 7C CF

RGB Percentages of Color #b37ccf

%35.10
%24.31
%40.59

CMYK Percentages of Color #b37ccf

%14
%40
%0
%19

Triadic Colors of #b37ccf

#b37ccf #cfb37c #7ccfb3

Analogous Colors of #b37ccf

#b37ccf #cf7cc2 #8a7ccf

Monochromatic Colors of #b37ccf

#b37ccf

Complementary Color

#b37ccf #98cf7c

#b37ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37ccf Color CSS Codes

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

#b37ccf Text Font Color

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

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


#b37ccf Background Color

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

This div background color is #b37ccf


#b37ccf Border Color

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

This div border color is #b37ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37ccf


Comments

No comments written yet.

Please login to write comment.