Color Hex Logo

#c407cf Color Hex

#C407CF
(196,7,207)
0 Favorites   0 Comments

Color spaces of #c407cf

RGB 1967207
HSL0.820.930.42
HSV297°97°81°
CMYK 0.050.970.00   0.19
XYZ34.103416.392760.3981
Yxy16.39270.30750.1478
Hunter Lab40.487979.4987-60.1047
CIE-Lab47.485581.6510-54.8725

#c407cf color RGB value is (196,7,207).

#c407cf hex color red value is 196, green value is 7 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c407cf hue: 0.82 , saturation: 0.93 and the lightness value of c407cf is 0.42.

The process color (four color CMYK) of #c407cf color hex is 0.05, 0.97, 0.00, 0.19. Web safe color of #c407cf is #cc00cc. Color #c407cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000111 11001111
Octal 304 7 317
Decimal 196 7 207
Hex C4 7 CF

RGB Percentages of Color #c407cf

%47.80
%1.71
%50.49

CMYK Percentages of Color #c407cf

%5
%97
%0
%19

Triadic Colors of #c407cf

#c407cf #cfc407 #07cfc4

Analogous Colors of #c407cf

#c407cf #cf0776 #6007cf

Monochromatic Colors of #c407cf

#c407cf

Complementary Color

#c407cf #12cf07

#c407cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c407cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c407cf Color CSS Codes

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

#c407cf Text Font Color

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

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


#c407cf Background Color

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

This div background color is #c407cf


#c407cf Border Color

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

This div border color is #c407cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c407cf


Comments

No comments written yet.

Please login to write comment.