Color Hex Logo

#c460be Color Hex

#C460BE
(196,96,190)
0 Favorites   0 Comments

Color spaces of #c460be

RGB 19696190
HSL0.840.460.57
HSV304°51°77°
CMYK 0.000.510.03   0.23
XYZ36.242123.819251.4026
Yxy23.81920.32510.2137
Hunter Lab48.804947.1439-28.2823
CIE-Lab55.906352.6316-31.7534

#c460be color RGB value is (196,96,190).

#c460be hex color red value is 196, green value is 96 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c460be hue: 0.84 , saturation: 0.46 and the lightness value of c460be is 0.57.

The process color (four color CMYK) of #c460be color hex is 0.00, 0.51, 0.03, 0.23. Web safe color of #c460be is #cc66cc. Color #c460be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100000 10111110
Octal 304 140 276
Decimal 196 96 190
Hex C4 60 BE

RGB Percentages of Color #c460be

%40.66
%19.92
%39.42

CMYK Percentages of Color #c460be

%0
%51
%3
%23

Triadic Colors of #c460be

#c460be #bec460 #60bec4

Analogous Colors of #c460be

#c460be #c4608c #9860c4

Monochromatic Colors of #c460be

#c460be

Complementary Color

#c460be #60c466

#c460be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c460be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c460be Color CSS Codes

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

#c460be Text Font Color

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

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


#c460be Background Color

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

This div background color is #c460be


#c460be Border Color

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

This div border color is #c460be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c460be


Comments

No comments written yet.

Please login to write comment.