Color Hex Logo

#c94292 Color Hex

#C94292
(201,66,146)
0 Favorites   0 Comments

Color spaces of #c94292

RGB 20166146
HSL0.900.560.52
HSV324°67°79°
CMYK 0.000.670.27   0.21
XYZ31.223918.389329.0979
Yxy18.38930.39670.2336
Hunter Lab42.882754.9251-10.2130
CIE-Lab49.964960.6688-15.0915

#c94292 color RGB value is (201,66,146).

#c94292 hex color red value is 201, green value is 66 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #c94292 hue: 0.90 , saturation: 0.56 and the lightness value of c94292 is 0.52.

The process color (four color CMYK) of #c94292 color hex is 0.00, 0.67, 0.27, 0.21. Web safe color of #c94292 is #cc3399. Color #c94292 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000010 10010010
Octal 311 102 222
Decimal 201 66 146
Hex C9 42 92

RGB Percentages of Color #c94292

%48.67
%15.98
%35.35

CMYK Percentages of Color #c94292

%0
%67
%27
%21

Triadic Colors of #c94292

#c94292 #92c942 #4292c9

Analogous Colors of #c94292

#c94292 #c9424f #bd42c9

Monochromatic Colors of #c94292

#c94292

Complementary Color

#c94292 #42c979

#c94292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94292 Color CSS Codes

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

#c94292 Text Font Color

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

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


#c94292 Background Color

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

This div background color is #c94292


#c94292 Border Color

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

This div border color is #c94292


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,66,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94292


Comments

No comments written yet.

Please login to write comment.