Color Hex Logo

#c45ddd Color Hex

#C45DDD
(196,93,221)
0 Favorites   0 Comments

Color spaces of #c45ddd

RGB 19693221
HSL0.800.650.62
HSV288°58°87°
CMYK 0.110.580.00   0.13
XYZ39.730424.784971.0966
Yxy24.78490.29300.1828
Hunter Lab49.784455.3289-49.8223
CIE-Lab56.865259.7764-47.8810

#c45ddd color RGB value is (196,93,221).

#c45ddd hex color red value is 196, green value is 93 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c45ddd hue: 0.80 , saturation: 0.65 and the lightness value of c45ddd is 0.62.

The process color (four color CMYK) of #c45ddd color hex is 0.11, 0.58, 0.00, 0.13. Web safe color of #c45ddd is #cc66cc. Color #c45ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011101 11011101
Octal 304 135 335
Decimal 196 93 221
Hex C4 5D DD

RGB Percentages of Color #c45ddd

%38.43
%18.24
%43.33

CMYK Percentages of Color #c45ddd

%11
%58
%0
%13

Triadic Colors of #c45ddd

#c45ddd #ddc45d #5dddc4

Analogous Colors of #c45ddd

#c45ddd #dd5db6 #845ddd

Monochromatic Colors of #c45ddd

#c45ddd

Complementary Color

#c45ddd #76dd5d

#c45ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45ddd Color CSS Codes

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

#c45ddd Text Font Color

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

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


#c45ddd Background Color

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

This div background color is #c45ddd


#c45ddd Border Color

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

This div border color is #c45ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45ddd


Comments

No comments written yet.

Please login to write comment.