Color Hex Logo

#c07baa Color Hex

#C07BAA
(192,123,170)
0 Favorites   0 Comments

Color spaces of #c07baa

RGB 192123170
HSL0.890.350.62
HSV319°36°75°
CMYK 0.000.360.11   0.25
XYZ36.076928.274741.5863
Yxy28.27470.34050.2669
Hunter Lab53.174028.0523-9.1478
CIE-Lab60.136133.8480-13.8395

#c07baa color RGB value is (192,123,170).

#c07baa hex color red value is 192, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c07baa hue: 0.89 , saturation: 0.35 and the lightness value of c07baa is 0.62.

The process color (four color CMYK) of #c07baa color hex is 0.00, 0.36, 0.11, 0.25. Web safe color of #c07baa is #cc6699. Color #c07baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111011 10101010
Octal 300 173 252
Decimal 192 123 170
Hex C0 7B AA

RGB Percentages of Color #c07baa

%39.59
%25.36
%35.05

CMYK Percentages of Color #c07baa

%0
%36
%11
%25

Triadic Colors of #c07baa

#c07baa #aac07b #7baac0

Analogous Colors of #c07baa

#c07baa #c07b88 #b47bc0

Monochromatic Colors of #c07baa

#c07baa

Complementary Color

#c07baa #7bc091

#c07baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07baa Color CSS Codes

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

#c07baa Text Font Color

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

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


#c07baa Background Color

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

This div background color is #c07baa


#c07baa Border Color

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

This div border color is #c07baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,123,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c07baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c07baa;
  -webkit-box-shadow: 1px 1px 3px 2px #c07baa;
  box-shadow:         1px 1px 3px 2px #c07baa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,123,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07baa


Comments

No comments written yet.

Please login to write comment.