Color Hex Logo

#c27990 Color Hex

#C27990
(194,121,144)
0 Favorites   0 Comments

Color spaces of #c27990

RGB 194121144
HSL0.950.370.62
HSV341°38°76°
CMYK 0.000.380.26   0.24
XYZ34.119527.157729.8292
Yxy27.15770.37450.2981
Hunter Lab52.113125.66982.5419
CIE-Lab59.120031.5583-0.3772

#c27990 color RGB value is (194,121,144).

#c27990 hex color red value is 194, green value is 121 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c27990 hue: 0.95 , saturation: 0.37 and the lightness value of c27990 is 0.62.

The process color (four color CMYK) of #c27990 color hex is 0.00, 0.38, 0.26, 0.24. Web safe color of #c27990 is #cc6699. Color #c27990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111001 10010000
Octal 302 171 220
Decimal 194 121 144
Hex C2 79 90

RGB Percentages of Color #c27990

%42.27
%26.36
%31.37

CMYK Percentages of Color #c27990

%0
%38
%26
%24

Triadic Colors of #c27990

#c27990 #90c279 #7990c2

Analogous Colors of #c27990

#c27990 #c28779 #c279b5

Monochromatic Colors of #c27990

#c27990

Complementary Color

#c27990 #79c2ab

#c27990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27990 Color CSS Codes

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

#c27990 Text Font Color

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

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


#c27990 Background Color

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

This div background color is #c27990


#c27990 Border Color

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

This div border color is #c27990


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,121,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c27990; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c27990;
  -webkit-box-shadow: 1px 1px 3px 2px #c27990;
  box-shadow:         1px 1px 3px 2px #c27990; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27990


Comments

No comments written yet.

Please login to write comment.