Color Hex Logo

#b07cca Color Hex

#B07CCA
(176,124,202)
0 Favorites   0 Comments

Color spaces of #b07cca

RGB 176124202
HSL0.780.420.64
HSV280°39°79°
CMYK 0.130.390.00   0.21
XYZ35.772827.909759.3788
Yxy27.90970.29070.2268
Hunter Lab52.829628.4168-29.6593
CIE-Lab59.807134.2462-32.6988

#b07cca color RGB value is (176,124,202).

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

The process color (four color CMYK) of #b07cca color hex is 0.13, 0.39, 0.00, 0.21. Web safe color of #b07cca is #9966cc. Color #b07cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111100 11001010
Octal 260 174 312
Decimal 176 124 202
Hex B0 7C CA

RGB Percentages of Color #b07cca

%35.06
%24.70
%40.24

CMYK Percentages of Color #b07cca

%13
%39
%0
%21

Triadic Colors of #b07cca

#b07cca #cab07c #7ccab0

Analogous Colors of #b07cca

#b07cca #ca7cbd #897cca

Monochromatic Colors of #b07cca

#b07cca

Complementary Color

#b07cca #96ca7c

#b07cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07cca Color CSS Codes

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

#b07cca Text Font Color

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

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


#b07cca Background Color

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

This div background color is #b07cca


#b07cca Border Color

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

This div border color is #b07cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07cca


Comments

No comments written yet.

Please login to write comment.