Color Hex Logo

#c441dc Color Hex

#C441DC
(196,65,220)
0 Favorites   0 Comments

Color spaces of #c441dc

RGB 19665220
HSL0.810.690.56
HSV291°70°86°
CMYK 0.110.700.00   0.14
XYZ37.573520.683769.7221
Yxy20.68370.29360.1616
Hunter Lab45.479367.8819-59.0590
CIE-Lab52.601671.2627-54.1067

#c441dc color RGB value is (196,65,220).

#c441dc hex color red value is 196, green value is 65 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c441dc hue: 0.81 , saturation: 0.69 and the lightness value of c441dc is 0.56.

The process color (four color CMYK) of #c441dc color hex is 0.11, 0.70, 0.00, 0.14. Web safe color of #c441dc is #cc33cc. Color #c441dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000001 11011100
Octal 304 101 334
Decimal 196 65 220
Hex C4 41 DC

RGB Percentages of Color #c441dc

%40.75
%13.51
%45.74

CMYK Percentages of Color #c441dc

%11
%70
%0
%14

Triadic Colors of #c441dc

#c441dc #dcc441 #41dcc4

Analogous Colors of #c441dc

#c441dc #dc41a7 #7741dc

Monochromatic Colors of #c441dc

#c441dc

Complementary Color

#c441dc #59dc41

#c441dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c441dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c441dc Color CSS Codes

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

#c441dc Text Font Color

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

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


#c441dc Background Color

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

This div background color is #c441dc


#c441dc Border Color

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

This div border color is #c441dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c441dc


Comments

No comments written yet.

Please login to write comment.