Color Hex Logo

#c292af Color Hex

#C292AF
(194,146,175)
0 Favorites   0 Comments

Color spaces of #c292af

RGB 194146175
HSL0.900.280.67
HSV324°25°76°
CMYK 0.000.250.10   0.24
XYZ40.264935.122245.2145
Yxy35.12220.33390.2912
Hunter Lab59.264017.5638-3.7496
CIE-Lab65.843722.7452-8.1018

#c292af color RGB value is (194,146,175).

#c292af hex color red value is 194, green value is 146 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c292af hue: 0.90 , saturation: 0.28 and the lightness value of c292af is 0.67.

The process color (four color CMYK) of #c292af color hex is 0.00, 0.25, 0.10, 0.24. Web safe color of #c292af is #cc9999. Color #c292af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010010 10101111
Octal 302 222 257
Decimal 194 146 175
Hex C2 92 AF

RGB Percentages of Color #c292af

%37.67
%28.35
%33.98

CMYK Percentages of Color #c292af

%0
%25
%10
%24

Triadic Colors of #c292af

#c292af #afc292 #92afc2

Analogous Colors of #c292af

#c292af #c29297 #bd92c2

Monochromatic Colors of #c292af

#c292af

Complementary Color

#c292af #92c2a5

#c292af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c292af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c292af Color CSS Codes

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

#c292af Text Font Color

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

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


#c292af Background Color

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

This div background color is #c292af


#c292af Border Color

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

This div border color is #c292af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c292af


Comments

No comments written yet.

Please login to write comment.