Color Hex Logo

#b07ccc Color Hex

#B07CCC
(176,124,204)
0 Favorites   0 Comments

Color spaces of #b07ccc

RGB 176124204
HSL0.780.440.64
HSV279°39°80°
CMYK 0.140.390.00   0.20
XYZ36.011228.005060.6343
Yxy28.00500.28890.2247
Hunter Lab52.919828.8574-30.8894
CIE-Lab59.893334.6749-33.6938

#b07ccc color RGB value is (176,124,204).

#b07ccc hex color red value is 176, green value is 124 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b07ccc hue: 0.78 , saturation: 0.44 and the lightness value of b07ccc is 0.64.

The process color (four color CMYK) of #b07ccc color hex is 0.14, 0.39, 0.00, 0.20. Web safe color of #b07ccc is #9966cc. Color #b07ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111100 11001100
Octal 260 174 314
Decimal 176 124 204
Hex B0 7C CC

RGB Percentages of Color #b07ccc

%34.92
%24.60
%40.48

CMYK Percentages of Color #b07ccc

%14
%39
%0
%20

Triadic Colors of #b07ccc

#b07ccc #ccb07c #7cccb0

Analogous Colors of #b07ccc

#b07ccc #cc7cc0 #887ccc

Monochromatic Colors of #b07ccc

#b07ccc

Complementary Color

#b07ccc #98cc7c

#b07ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07ccc Color CSS Codes

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

#b07ccc Text Font Color

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

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


#b07ccc Background Color

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

This div background color is #b07ccc


#b07ccc Border Color

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

This div border color is #b07ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07ccc


Comments

No comments written yet.

Please login to write comment.