Color Hex Logo

#c414cf Color Hex

#C414CF
(196,20,207)
0 Favorites   0 Comments

Color spaces of #c414cf

RGB 19620207
HSL0.820.820.45
HSV296°90°81°
CMYK 0.050.900.00   0.19
XYZ34.277616.741160.4562
Yxy16.74110.30750.1502
Hunter Lab40.915977.9369-58.9642
CIE-Lab47.932280.3298-54.1552

#c414cf color RGB value is (196,20,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010100 11001111
Octal 304 24 317
Decimal 196 20 207
Hex C4 14 CF

RGB Percentages of Color #c414cf

%46.34
%4.73
%48.94

CMYK Percentages of Color #c414cf

%5
%90
%0
%19

Triadic Colors of #c414cf

#c414cf #cfc414 #14cfc4

Analogous Colors of #c414cf

#c414cf #cf147d #6714cf

Monochromatic Colors of #c414cf

#c414cf

Complementary Color

#c414cf #1fcf14

#c414cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c414cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c414cf Color CSS Codes

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

#c414cf Text Font Color

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

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


#c414cf Background Color

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

This div background color is #c414cf


#c414cf Border Color

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

This div border color is #c414cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c414cf


Comments

No comments written yet.

Please login to write comment.