Color Hex Logo

#c04baa Color Hex

#C04BAA
(192,75,170)
0 Favorites   0 Comments

Color spaces of #c04baa

RGB 19275170
HSL0.860.480.52
HSV311°61°75°
CMYK 0.000.610.11   0.25
XYZ31.510019.140940.0640
Yxy19.14090.34740.2110
Hunter Lab43.750351.9968-23.6691
CIE-Lab50.851657.8973-28.0546

#c04baa color RGB value is (192,75,170).

#c04baa hex color red value is 192, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c04baa hue: 0.86 , saturation: 0.48 and the lightness value of c04baa is 0.52.

The process color (four color CMYK) of #c04baa color hex is 0.00, 0.61, 0.11, 0.25. Web safe color of #c04baa is #cc3399. Color #c04baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001011 10101010
Octal 300 113 252
Decimal 192 75 170
Hex C0 4B AA

RGB Percentages of Color #c04baa

%43.94
%17.16
%38.90

CMYK Percentages of Color #c04baa

%0
%61
%11
%25

Triadic Colors of #c04baa

#c04baa #aac04b #4baac0

Analogous Colors of #c04baa

#c04baa #c04b70 #9c4bc0

Monochromatic Colors of #c04baa

#c04baa

Complementary Color

#c04baa #4bc061

#c04baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04baa Color CSS Codes

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

#c04baa Text Font Color

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

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


#c04baa Background Color

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

This div background color is #c04baa


#c04baa Border Color

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

This div border color is #c04baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,75,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 #c04baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04baa


Comments

No comments written yet.

Please login to write comment.