Color Hex Logo

#c407df Color Hex

#C407DF
(196,7,223)
0 Favorites   0 Comments

Color spaces of #c407df

RGB 1967223
HSL0.810.940.45
HSV293°97°87°
CMYK 0.120.970.00   0.13
XYZ36.160217.215471.2291
Yxy17.21540.29020.1382
Hunter Lab41.491482.9545-72.7402
CIE-Lab48.530384.1514-62.3593

#c407df color RGB value is (196,7,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000111 11011111
Octal 304 7 337
Decimal 196 7 223
Hex C4 7 DF

RGB Percentages of Color #c407df

%46.01
%1.64
%52.35

CMYK Percentages of Color #c407df

%12
%97
%0
%13

Triadic Colors of #c407df

#c407df #dfc407 #07dfc4

Analogous Colors of #c407df

#c407df #df078e #5807df

Monochromatic Colors of #c407df

#c407df

Complementary Color

#c407df #22df07

#c407df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c407df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c407df Color CSS Codes

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

#c407df Text Font Color

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

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


#c407df Background Color

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

This div background color is #c407df


#c407df Border Color

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

This div border color is #c407df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c407df


Comments

No comments written yet.

Please login to write comment.