Color Hex Logo

#c940fd Color Hex

#C940FD
(201,64,253)
0 Favorites   0 Comments

Color spaces of #c940fd

RGB 20164253
HSL0.790.980.62
HSV283°75°99°
CMYK 0.210.750.00   0.01
XYZ43.650423.176195.1013
Yxy23.17610.26960.1431
Hunter Lab48.141677.5999-83.4254
CIE-Lab55.253378.6363-68.3279

#c940fd color RGB value is (201,64,253).

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

The process color (four color CMYK) of #c940fd color hex is 0.21, 0.75, 0.00, 0.01. Web safe color of #c940fd is #cc33ff. Color #c940fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000000 11111101
Octal 311 100 375
Decimal 201 64 253
Hex C9 40 FD

RGB Percentages of Color #c940fd

%38.80
%12.36
%48.84

CMYK Percentages of Color #c940fd

%21
%75
%0
%1

Triadic Colors of #c940fd

#c940fd #fdc940 #40fdc9

Analogous Colors of #c940fd

#c940fd #fd40d3 #6b40fd

Monochromatic Colors of #c940fd

#c940fd

Complementary Color

#c940fd #74fd40

#c940fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c940fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c940fd Color CSS Codes

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

#c940fd Text Font Color

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

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


#c940fd Background Color

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

This div background color is #c940fd


#c940fd Border Color

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

This div border color is #c940fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c940fd


Comments

No comments written yet.

Please login to write comment.