Color Hex Logo

#c94bbf Color Hex

#C94BBF
(201,75,191)
0 Favorites   0 Comments

Color spaces of #c94bbf

RGB 20175191
HSL0.850.540.54
HSV305°63°79°
CMYK 0.000.630.05   0.21
XYZ36.007421.211251.4866
Yxy21.21120.33120.1951
Hunter Lab46.055658.9583-34.0427
CIE-Lab53.179963.5992-36.5389

#c94bbf color RGB value is (201,75,191).

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

The process color (four color CMYK) of #c94bbf color hex is 0.00, 0.63, 0.05, 0.21. Web safe color of #c94bbf is #cc33cc. Color #c94bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001011 10111111
Octal 311 113 277
Decimal 201 75 191
Hex C9 4B BF

RGB Percentages of Color #c94bbf

%43.04
%16.06
%40.90

CMYK Percentages of Color #c94bbf

%0
%63
%5
%21

Triadic Colors of #c94bbf

#c94bbf #bfc94b #4bbfc9

Analogous Colors of #c94bbf

#c94bbf #c94b80 #944bc9

Monochromatic Colors of #c94bbf

#c94bbf

Complementary Color

#c94bbf #4bc955

#c94bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94bbf Color CSS Codes

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

#c94bbf Text Font Color

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

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


#c94bbf Background Color

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

This div background color is #c94bbf


#c94bbf Border Color

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

This div border color is #c94bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,75,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 #c94bbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94bbf


Comments

No comments written yet.

Please login to write comment.