Color Hex Logo

#c90e93 Color Hex

#C90E93
(201,14,147)
0 Favorites   0 Comments

Color spaces of #c90e93

RGB 20114147
HSL0.880.870.42
HSV317°93°79°
CMYK 0.000.930.27   0.21
XYZ29.510914.838228.9124
Yxy14.83820.40280.2025
Hunter Lab38.520469.3402-17.5373
CIE-Lab45.411873.8663-22.6674

#c90e93 color RGB value is (201,14,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001110 10010011
Octal 311 16 223
Decimal 201 14 147
Hex C9 E 93

RGB Percentages of Color #c90e93

%55.52
%3.87
%40.61

CMYK Percentages of Color #c90e93

%0
%93
%27
%21

Triadic Colors of #c90e93

#c90e93 #93c90e #0e93c9

Analogous Colors of #c90e93

#c90e93 #c90e36 #a20ec9

Monochromatic Colors of #c90e93

#c90e93

Complementary Color

#c90e93 #0ec944

#c90e93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90e93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90e93 Color CSS Codes

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

#c90e93 Text Font Color

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

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


#c90e93 Background Color

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

This div background color is #c90e93


#c90e93 Border Color

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

This div border color is #c90e93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90e93


Comments

No comments written yet.

Please login to write comment.