Color Hex Logo

#c460de Color Hex

#C460DE
(196,96,222)
0 Favorites   0 Comments

Color spaces of #c460de

RGB 19696222
HSL0.800.660.62
HSV288°57°87°
CMYK 0.120.570.00   0.13
XYZ40.132625.375471.8900
Yxy25.37540.29210.1847
Hunter Lab50.374054.0551-49.3524
CIE-Lab57.439458.5590-47.5341

#c460de color RGB value is (196,96,222).

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

The process color (four color CMYK) of #c460de color hex is 0.12, 0.57, 0.00, 0.13. Web safe color of #c460de is #cc66cc. Color #c460de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100000 11011110
Octal 304 140 336
Decimal 196 96 222
Hex C4 60 DE

RGB Percentages of Color #c460de

%38.13
%18.68
%43.19

CMYK Percentages of Color #c460de

%12
%57
%0
%13

Triadic Colors of #c460de

#c460de #dec460 #60dec4

Analogous Colors of #c460de

#c460de #de60b9 #8560de

Monochromatic Colors of #c460de

#c460de

Complementary Color

#c460de #7ade60

#c460de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c460de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c460de Color CSS Codes

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

#c460de Text Font Color

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

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


#c460de Background Color

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

This div background color is #c460de


#c460de Border Color

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

This div border color is #c460de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c460de


Comments

No comments written yet.

Please login to write comment.