Color Hex Logo

#c445dc Color Hex

#C445DC
(196,69,220)
0 Favorites   0 Comments

Color spaces of #c445dc

RGB 19669220
HSL0.810.680.57
HSV290°69°86°
CMYK 0.110.690.00   0.14
XYZ37.811321.159369.8014
Yxy21.15930.29360.1643
Hunter Lab45.999266.2280-57.7700
CIE-Lab53.123469.7860-53.2723

#c445dc color RGB value is (196,69,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000101 11011100
Octal 304 105 334
Decimal 196 69 220
Hex C4 45 DC

RGB Percentages of Color #c445dc

%40.41
%14.23
%45.36

CMYK Percentages of Color #c445dc

%11
%69
%0
%14

Triadic Colors of #c445dc

#c445dc #dcc445 #45dcc4

Analogous Colors of #c445dc

#c445dc #dc45a9 #7945dc

Monochromatic Colors of #c445dc

#c445dc

Complementary Color

#c445dc #5ddc45

#c445dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c445dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c445dc Color CSS Codes

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

#c445dc Text Font Color

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

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


#c445dc Background Color

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

This div background color is #c445dc


#c445dc Border Color

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

This div border color is #c445dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c445dc


Comments

No comments written yet.

Please login to write comment.