Color Hex Logo

#c40fdf Color Hex

#C40FDF
(196,15,223)
0 Favorites   0 Comments

Color spaces of #c40fdf

RGB 19615223
HSL0.810.870.47
HSV292°93°87°
CMYK 0.120.930.00   0.13
XYZ36.255117.405171.2607
Yxy17.40510.29020.1393
Hunter Lab41.719482.1115-72.0693
CIE-Lab48.766583.4502-61.9778

#c40fdf color RGB value is (196,15,223).

#c40fdf hex color red value is 196, green value is 15 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c40fdf hue: 0.81 , saturation: 0.87 and the lightness value of c40fdf is 0.47.

The process color (four color CMYK) of #c40fdf color hex is 0.12, 0.93, 0.00, 0.13. Web safe color of #c40fdf is #cc00cc. Color #c40fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001111 11011111
Octal 304 17 337
Decimal 196 15 223
Hex C4 F DF

RGB Percentages of Color #c40fdf

%45.16
%3.46
%51.38

CMYK Percentages of Color #c40fdf

%12
%93
%0
%13

Triadic Colors of #c40fdf

#c40fdf #dfc40f #0fdfc4

Analogous Colors of #c40fdf

#c40fdf #df0f92 #5c0fdf

Monochromatic Colors of #c40fdf

#c40fdf

Complementary Color

#c40fdf #2adf0f

#c40fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40fdf Color CSS Codes

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

#c40fdf Text Font Color

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

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


#c40fdf Background Color

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

This div background color is #c40fdf


#c40fdf Border Color

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

This div border color is #c40fdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,15,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c40fdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c40fdf;
  -webkit-box-shadow: 1px 1px 3px 2px #c40fdf;
  box-shadow:         1px 1px 3px 2px #c40fdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,15,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40fdf


Comments

No comments written yet.

Please login to write comment.