Color Hex Logo

#c92f7d Color Hex

#C92F7D
(201,47,125)
0 Favorites   0 Comments

Color spaces of #c92f7d

RGB 20147125
HSL0.920.620.49
HSV330°77°79°
CMYK 0.000.770.38   0.21
XYZ28.805615.931220.9588
Yxy15.93120.43850.2425
Hunter Lab39.913958.9729-3.1935
CIE-Lab46.884164.8011-7.0570

#c92f7d color RGB value is (201,47,125).

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

The process color (four color CMYK) of #c92f7d color hex is 0.00, 0.77, 0.38, 0.21. Web safe color of #c92f7d is #cc3366. Color #c92f7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101111 01111101
Octal 311 57 175
Decimal 201 47 125
Hex C9 2F 7D

RGB Percentages of Color #c92f7d

%53.89
%12.60
%33.51

CMYK Percentages of Color #c92f7d

%0
%77
%38
%21

Triadic Colors of #c92f7d

#c92f7d #7dc92f #2f7dc9

Analogous Colors of #c92f7d

#c92f7d #c92f30 #c82fc9

Monochromatic Colors of #c92f7d

#c92f7d

Complementary Color

#c92f7d #2fc97b

#c92f7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c92f7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c92f7d Color CSS Codes

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

#c92f7d Text Font Color

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

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


#c92f7d Background Color

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

This div background color is #c92f7d


#c92f7d Border Color

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

This div border color is #c92f7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c92f7d


Comments

No comments written yet.

Please login to write comment.