Color Hex Logo

#c92faa Color Hex

#C92FAA
(201,47,170)
0 Favorites   0 Comments

Color spaces of #c92faa

RGB 20147170
HSL0.870.620.49
HSV312°77°79°
CMYK 0.000.770.15   0.21
XYZ32.359617.352839.6741
Yxy17.35280.36200.1941
Hunter Lab41.656765.7625-27.3085
CIE-Lab48.701570.2477-31.2952

#c92faa color RGB value is (201,47,170).

#c92faa hex color red value is 201, green value is 47 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c92faa hue: 0.87 , saturation: 0.62 and the lightness value of c92faa is 0.49.

The process color (four color CMYK) of #c92faa color hex is 0.00, 0.77, 0.15, 0.21. Web safe color of #c92faa is #cc3399. Color #c92faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101111 10101010
Octal 311 57 252
Decimal 201 47 170
Hex C9 2F AA

RGB Percentages of Color #c92faa

%48.09
%11.24
%40.67

CMYK Percentages of Color #c92faa

%0
%77
%15
%21

Triadic Colors of #c92faa

#c92faa #aac92f #2faac9

Analogous Colors of #c92faa

#c92faa #c92f5d #9b2fc9

Monochromatic Colors of #c92faa

#c92faa

Complementary Color

#c92faa #2fc94e

#c92faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c92faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c92faa Color CSS Codes

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

#c92faa Text Font Color

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

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


#c92faa Background Color

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

This div background color is #c92faa


#c92faa Border Color

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

This div border color is #c92faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c92faa


Comments

No comments written yet.

Please login to write comment.