Color Hex Logo

#c940fb Color Hex

#C940FB
(201,64,251)
0 Favorites   0 Comments

Color spaces of #c940fb

RGB 20164251
HSL0.790.960.62
HSV284°75°98°
CMYK 0.200.750.00   0.02
XYZ43.333423.049393.4318
Yxy23.04930.27110.1442
Hunter Lab48.009777.0966-81.7777
CIE-Lab55.123178.2613-67.4271

#c940fb color RGB value is (201,64,251).

#c940fb hex color red value is 201, green value is 64 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c940fb hue: 0.79 , saturation: 0.96 and the lightness value of c940fb is 0.62.

The process color (four color CMYK) of #c940fb color hex is 0.20, 0.75, 0.00, 0.02. Web safe color of #c940fb is #cc33ff. Color #c940fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000000 11111011
Octal 311 100 373
Decimal 201 64 251
Hex C9 40 FB

RGB Percentages of Color #c940fb

%38.95
%12.40
%48.64

CMYK Percentages of Color #c940fb

%20
%75
%0
%2

Triadic Colors of #c940fb

#c940fb #fbc940 #40fbc9

Analogous Colors of #c940fb

#c940fb #fb40d0 #6c40fb

Monochromatic Colors of #c940fb

#c940fb

Complementary Color

#c940fb #72fb40

#c940fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c940fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c940fb Color CSS Codes

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

#c940fb Text Font Color

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

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


#c940fb Background Color

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

This div background color is #c940fb


#c940fb Border Color

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

This div border color is #c940fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c940fb


Comments

No comments written yet.

Please login to write comment.