Color Hex Logo

#c493d4 Color Hex

#C493D4
(196,147,212)
0 Favorites   0 Comments

Color spaces of #c493d4

RGB 196147212
HSL0.790.430.70
HSV285°31°83°
CMYK 0.080.310.00   0.17
XYZ45.082337.356767.1218
Yxy37.35670.30140.2498
Hunter Lab61.120124.7017-22.3279
CIE-Lab67.543829.8328-26.1740

#c493d4 color RGB value is (196,147,212).

#c493d4 hex color red value is 196, green value is 147 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #c493d4 hue: 0.79 , saturation: 0.43 and the lightness value of c493d4 is 0.70.

The process color (four color CMYK) of #c493d4 color hex is 0.08, 0.31, 0.00, 0.17. Web safe color of #c493d4 is #cc99cc. Color #c493d4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010011 11010100
Octal 304 223 324
Decimal 196 147 212
Hex C4 93 D4

RGB Percentages of Color #c493d4

%35.32
%26.49
%38.20

CMYK Percentages of Color #c493d4

%8
%31
%0
%17

Triadic Colors of #c493d4

#c493d4 #d4c493 #93d4c4

Analogous Colors of #c493d4

#c493d4 #d493c4 #a493d4

Monochromatic Colors of #c493d4

#c493d4

Complementary Color

#c493d4 #a3d493

#c493d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c493d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c493d4 Color CSS Codes

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

#c493d4 Text Font Color

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

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


#c493d4 Background Color

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

This div background color is #c493d4


#c493d4 Border Color

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

This div border color is #c493d4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c493d4


Comments

No comments written yet.

Please login to write comment.