Color Hex Logo

#c90498 Color Hex

#C90498
(201,4,152)
0 Favorites   0 Comments

Color spaces of #c90498

RGB 2014152
HSL0.870.960.40
HSV315°98°79°
CMYK 0.000.980.24   0.21
XYZ29.798314.771330.9864
Yxy14.77130.39440.1955
Hunter Lab38.433471.1364-20.8983
CIE-Lab45.319475.3602-25.8299

#c90498 color RGB value is (201,4,152).

#c90498 hex color red value is 201, green value is 4 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #c90498 hue: 0.87 , saturation: 0.96 and the lightness value of c90498 is 0.40.

The process color (four color CMYK) of #c90498 color hex is 0.00, 0.98, 0.24, 0.21. Web safe color of #c90498 is #cc0099. Color #c90498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000100 10011000
Octal 311 4 230
Decimal 201 4 152
Hex C9 4 98

RGB Percentages of Color #c90498

%56.30
%1.12
%42.58

CMYK Percentages of Color #c90498

%0
%98
%24
%21

Triadic Colors of #c90498

#c90498 #98c904 #0498c9

Analogous Colors of #c90498

#c90498 #c90435 #9804c9

Monochromatic Colors of #c90498

#c90498

Complementary Color

#c90498 #04c935

#c90498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90498 Color CSS Codes

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

#c90498 Text Font Color

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

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


#c90498 Background Color

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

This div background color is #c90498


#c90498 Border Color

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

This div border color is #c90498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90498


Comments

No comments written yet.

Please login to write comment.