Color Hex Logo

#c048af Color Hex

#C048AF
(192,72,175)
0 Favorites   0 Comments

Color spaces of #c048af

RGB 19272175
HSL0.860.490.52
HSV309°63°75°
CMYK 0.000.630.09   0.25
XYZ31.793518.936342.5368
Yxy18.93630.34090.2030
Hunter Lab43.515954.2627-27.4949
CIE-Lab50.612659.9624-31.3566

#c048af color RGB value is (192,72,175).

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

The process color (four color CMYK) of #c048af color hex is 0.00, 0.63, 0.09, 0.25. Web safe color of #c048af is #cc3399. Color #c048af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001000 10101111
Octal 300 110 257
Decimal 192 72 175
Hex C0 48 AF

RGB Percentages of Color #c048af

%43.74
%16.40
%39.86

CMYK Percentages of Color #c048af

%0
%63
%9
%25

Triadic Colors of #c048af

#c048af #afc048 #48afc0

Analogous Colors of #c048af

#c048af #c04873 #9548c0

Monochromatic Colors of #c048af

#c048af

Complementary Color

#c048af #48c059

#c048af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c048af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c048af Color CSS Codes

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

#c048af Text Font Color

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

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


#c048af Background Color

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

This div background color is #c048af


#c048af Border Color

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

This div border color is #c048af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c048af


Comments

No comments written yet.

Please login to write comment.