Color Hex Logo

#b07cc5 Color Hex

#B07CC5
(176,124,197)
0 Favorites   0 Comments

Color spaces of #b07cc5

RGB 176124197
HSL0.790.390.63
HSV283°37°77°
CMYK 0.110.370.00   0.23
XYZ35.190227.676656.3107
Yxy27.67660.29530.2322
Hunter Lab52.608627.3348-26.6363
CIE-Lab59.595433.1879-30.1995

#b07cc5 color RGB value is (176,124,197).

#b07cc5 hex color red value is 176, green value is 124 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #b07cc5 hue: 0.79 , saturation: 0.39 and the lightness value of b07cc5 is 0.63.

The process color (four color CMYK) of #b07cc5 color hex is 0.11, 0.37, 0.00, 0.23. Web safe color of #b07cc5 is #9966cc. Color #b07cc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111100 11000101
Octal 260 174 305
Decimal 176 124 197
Hex B0 7C C5

RGB Percentages of Color #b07cc5

%35.41
%24.95
%39.64

CMYK Percentages of Color #b07cc5

%11
%37
%0
%23

Triadic Colors of #b07cc5

#b07cc5 #c5b07c #7cc5b0

Analogous Colors of #b07cc5

#b07cc5 #c57cb6 #8c7cc5

Monochromatic Colors of #b07cc5

#b07cc5

Complementary Color

#b07cc5 #91c57c

#b07cc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07cc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07cc5 Color CSS Codes

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

#b07cc5 Text Font Color

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

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


#b07cc5 Background Color

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

This div background color is #b07cc5


#b07cc5 Border Color

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

This div border color is #b07cc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07cc5


Comments

No comments written yet.

Please login to write comment.