Color Hex Logo

#c90dae Color Hex

#C90DAE
(201,13,174)
0 Favorites   0 Comments

Color spaces of #c90dae

RGB 20113174
HSL0.860.880.42
HSV309°94°79°
CMYK 0.000.940.13   0.21
XYZ31.871315.761341.4068
Yxy15.76130.35790.1770
Hunter Lab39.700573.8227-34.0479
CIE-Lab46.659877.2834-36.8655

#c90dae color RGB value is (201,13,174).

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

The process color (four color CMYK) of #c90dae color hex is 0.00, 0.94, 0.13, 0.21. Web safe color of #c90dae is #cc0099. Color #c90dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001101 10101110
Octal 311 15 256
Decimal 201 13 174
Hex C9 D AE

RGB Percentages of Color #c90dae

%51.80
%3.35
%44.85

CMYK Percentages of Color #c90dae

%0
%94
%13
%21

Triadic Colors of #c90dae

#c90dae #aec90d #0daec9

Analogous Colors of #c90dae

#c90dae #c90d50 #860dc9

Monochromatic Colors of #c90dae

#c90dae

Complementary Color

#c90dae #0dc928

#c90dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90dae Color CSS Codes

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

#c90dae Text Font Color

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

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


#c90dae Background Color

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

This div background color is #c90dae


#c90dae Border Color

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

This div border color is #c90dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90dae


Comments

No comments written yet.

Please login to write comment.