Color Hex Logo

#c90792 Color Hex

#C90792
(201,7,146)
0 Favorites   0 Comments

Color spaces of #c90792

RGB 2017146
HSL0.880.930.41
HSV317°97°79°
CMYK 0.000.970.27   0.21
XYZ29.351714.644828.4738
Yxy14.64480.40500.2021
Hunter Lab38.268569.9384-17.3269
CIE-Lab45.143874.4114-22.4761

#c90792 color RGB value is (201,7,146).

#c90792 hex color red value is 201, green value is 7 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #c90792 hue: 0.88 , saturation: 0.93 and the lightness value of c90792 is 0.41.

The process color (four color CMYK) of #c90792 color hex is 0.00, 0.97, 0.27, 0.21. Web safe color of #c90792 is #cc0099. Color #c90792 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000111 10010010
Octal 311 7 222
Decimal 201 7 146
Hex C9 7 92

RGB Percentages of Color #c90792

%56.78
%1.98
%41.24

CMYK Percentages of Color #c90792

%0
%97
%27
%21

Triadic Colors of #c90792

#c90792 #92c907 #0792c9

Analogous Colors of #c90792

#c90792 #c90731 #9f07c9

Monochromatic Colors of #c90792

#c90792

Complementary Color

#c90792 #07c93e

#c90792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90792 Color CSS Codes

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

#c90792 Text Font Color

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

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


#c90792 Background Color

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

This div background color is #c90792


#c90792 Border Color

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

This div border color is #c90792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90792


Comments

No comments written yet.

Please login to write comment.