Color Hex Logo

#c45cda Color Hex

#C45CDA
(196,92,218)
0 Favorites   0 Comments

Color spaces of #c45cda

RGB 19692218
HSL0.800.630.61
HSV290°58°85°
CMYK 0.100.580.00   0.15
XYZ39.247024.452068.9808
Yxy24.45200.29580.1843
Hunter Lab49.449055.1374-48.0947
CIE-Lab56.537559.6665-46.7074

#c45cda color RGB value is (196,92,218).

#c45cda hex color red value is 196, green value is 92 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c45cda hue: 0.80 , saturation: 0.63 and the lightness value of c45cda is 0.61.

The process color (four color CMYK) of #c45cda color hex is 0.10, 0.58, 0.00, 0.15. Web safe color of #c45cda is #cc66cc. Color #c45cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011100 11011010
Octal 304 134 332
Decimal 196 92 218
Hex C4 5C DA

RGB Percentages of Color #c45cda

%38.74
%18.18
%43.08

CMYK Percentages of Color #c45cda

%10
%58
%0
%15

Triadic Colors of #c45cda

#c45cda #dac45c #5cdac4

Analogous Colors of #c45cda

#c45cda #da5cb1 #855cda

Monochromatic Colors of #c45cda

#c45cda

Complementary Color

#c45cda #72da5c

#c45cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45cda Color CSS Codes

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

#c45cda Text Font Color

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

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


#c45cda Background Color

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

This div background color is #c45cda


#c45cda Border Color

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

This div border color is #c45cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45cda


Comments

No comments written yet.

Please login to write comment.