Color Hex Logo

#c493cd Color Hex

#C493CD
(196,147,205)
0 Favorites   0 Comments

Color spaces of #c493cd

RGB 196147205
HSL0.810.370.69
HSV291°28°80°
CMYK 0.040.280.00   0.20
XYZ44.218137.011062.5709
Yxy37.01100.30750.2574
Hunter Lab60.836723.2755-18.3945
CIE-Lab67.285328.4393-22.6824

#c493cd color RGB value is (196,147,205).

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

The process color (four color CMYK) of #c493cd color hex is 0.04, 0.28, 0.00, 0.20. Web safe color of #c493cd is #cc99cc. Color #c493cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010011 11001101
Octal 304 223 315
Decimal 196 147 205
Hex C4 93 CD

RGB Percentages of Color #c493cd

%35.77
%26.82
%37.41

CMYK Percentages of Color #c493cd

%4
%28
%0
%20

Triadic Colors of #c493cd

#c493cd #cdc493 #93cdc4

Analogous Colors of #c493cd

#c493cd #cd93b9 #a793cd

Monochromatic Colors of #c493cd

#c493cd

Complementary Color

#c493cd #9ccd93

#c493cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c493cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c493cd Color CSS Codes

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

#c493cd Text Font Color

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

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


#c493cd Background Color

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

This div background color is #c493cd


#c493cd Border Color

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

This div border color is #c493cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c493cd


Comments

No comments written yet.

Please login to write comment.