Color Hex Logo

#c90793 Color Hex

#C90793
(201,7,147)
0 Favorites   0 Comments

Color spaces of #c90793

RGB 2017147
HSL0.880.930.41
HSV317°97°79°
CMYK 0.000.970.27   0.21
XYZ29.429814.676028.8854
Yxy14.67600.40320.2011
Hunter Lab38.309370.0854-17.8885
CIE-Lab45.187274.5239-23.0146

#c90793 color RGB value is (201,7,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000111 10010011
Octal 311 7 223
Decimal 201 7 147
Hex C9 7 93

RGB Percentages of Color #c90793

%56.62
%1.97
%41.41

CMYK Percentages of Color #c90793

%0
%97
%27
%21

Triadic Colors of #c90793

#c90793 #93c907 #0793c9

Analogous Colors of #c90793

#c90793 #c90732 #9e07c9

Monochromatic Colors of #c90793

#c90793

Complementary Color

#c90793 #07c93d

#c90793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90793 Color CSS Codes

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

#c90793 Text Font Color

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

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


#c90793 Background Color

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

This div background color is #c90793


#c90793 Border Color

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

This div border color is #c90793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90793


Comments

No comments written yet.

Please login to write comment.