Color Hex Logo

#c94fbf Color Hex

#C94FBF
(201,79,191)
0 Favorites   0 Comments

Color spaces of #c94fbf

RGB 20179191
HSL0.850.530.55
HSV305°61°79°
CMYK 0.000.610.05   0.21
XYZ36.287321.771151.5799
Yxy21.77110.33100.1986
Hunter Lab46.659557.1661-32.8807
CIE-Lab53.783361.9332-35.5926

#c94fbf color RGB value is (201,79,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001111 10111111
Octal 311 117 277
Decimal 201 79 191
Hex C9 4F BF

RGB Percentages of Color #c94fbf

%42.68
%16.77
%40.55

CMYK Percentages of Color #c94fbf

%0
%61
%5
%21

Triadic Colors of #c94fbf

#c94fbf #bfc94f #4fbfc9

Analogous Colors of #c94fbf

#c94fbf #c94f82 #964fc9

Monochromatic Colors of #c94fbf

#c94fbf

Complementary Color

#c94fbf #4fc959

#c94fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94fbf Color CSS Codes

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

#c94fbf Text Font Color

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

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


#c94fbf Background Color

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

This div background color is #c94fbf


#c94fbf Border Color

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

This div border color is #c94fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94fbf


Comments

No comments written yet.

Please login to write comment.