Color Hex Logo

#c94fbe Color Hex

#C94FBE
(201,79,190)
0 Favorites   0 Comments

Color spaces of #c94fbe

RGB 20179190
HSL0.850.530.55
HSV305°61°79°
CMYK 0.000.610.05   0.21
XYZ36.177621.727251.0022
Yxy21.72720.33220.1995
Hunter Lab46.612456.9685-32.2450
CIE-Lab53.736461.7696-35.0893

#c94fbe color RGB value is (201,79,190).

#c94fbe hex color red value is 201, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c94fbe hue: 0.85 , saturation: 0.53 and the lightness value of c94fbe is 0.55.

The process color (four color CMYK) of #c94fbe color hex is 0.00, 0.61, 0.05, 0.21. Web safe color of #c94fbe is #cc66cc. Color #c94fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001111 10111110
Octal 311 117 276
Decimal 201 79 190
Hex C9 4F BE

RGB Percentages of Color #c94fbe

%42.77
%16.81
%40.43

CMYK Percentages of Color #c94fbe

%0
%61
%5
%21

Triadic Colors of #c94fbe

#c94fbe #bec94f #4fbec9

Analogous Colors of #c94fbe

#c94fbe #c94f81 #974fc9

Monochromatic Colors of #c94fbe

#c94fbe

Complementary Color

#c94fbe #4fc95a

#c94fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94fbe Color CSS Codes

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

#c94fbe Text Font Color

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

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


#c94fbe Background Color

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

This div background color is #c94fbe


#c94fbe Border Color

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

This div border color is #c94fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94fbe


Comments

No comments written yet.

Please login to write comment.