Color Hex Logo

#c04aab Color Hex

#C04AAB
(192,74,171)
0 Favorites   0 Comments

Color spaces of #c04aab

RGB 19274171
HSL0.860.480.52
HSV311°61°75°
CMYK 0.000.610.11   0.25
XYZ31.537719.044340.5418
Yxy19.04430.34610.2090
Hunter Lab43.639852.6292-24.5332
CIE-Lab50.739058.4842-28.8163

#c04aab color RGB value is (192,74,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001010 10101011
Octal 300 112 253
Decimal 192 74 171
Hex C0 4A AB

RGB Percentages of Color #c04aab

%43.94
%16.93
%39.13

CMYK Percentages of Color #c04aab

%0
%61
%11
%25

Triadic Colors of #c04aab

#c04aab #abc04a #4aabc0

Analogous Colors of #c04aab

#c04aab #c04a70 #9a4ac0

Monochromatic Colors of #c04aab

#c04aab

Complementary Color

#c04aab #4ac05f

#c04aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04aab Color CSS Codes

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

#c04aab Text Font Color

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

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


#c04aab Background Color

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

This div background color is #c04aab


#c04aab Border Color

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

This div border color is #c04aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04aab


Comments

No comments written yet.

Please login to write comment.