Color Hex Logo

#c04abc Color Hex

#C04ABC
(192,74,188)
0 Favorites   0 Comments

Color spaces of #c04abc

RGB 19274188
HSL0.840.480.52
HSV302°61°75°
CMYK 0.000.610.02   0.25
XYZ33.264119.734949.6329
Yxy19.73490.32410.1923
Hunter Lab44.424055.9165-35.1452
CIE-Lab51.536161.2525-37.4801

#c04abc color RGB value is (192,74,188).

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

The process color (four color CMYK) of #c04abc color hex is 0.00, 0.61, 0.02, 0.25. Web safe color of #c04abc is #cc33cc. Color #c04abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001010 10111100
Octal 300 112 274
Decimal 192 74 188
Hex C0 4A BC

RGB Percentages of Color #c04abc

%42.29
%16.30
%41.41

CMYK Percentages of Color #c04abc

%0
%61
%2
%25

Triadic Colors of #c04abc

#c04abc #bcc04a #4abcc0

Analogous Colors of #c04abc

#c04abc #c04a81 #894ac0

Monochromatic Colors of #c04abc

#c04abc

Complementary Color

#c04abc #4ac04e

#c04abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04abc Color CSS Codes

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

#c04abc Text Font Color

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

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


#c04abc Background Color

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

This div background color is #c04abc


#c04abc Border Color

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

This div border color is #c04abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04abc


Comments

No comments written yet.

Please login to write comment.