Color Hex Logo

#c465d9 Color Hex

#C465D9
(196,101,217)
0 Favorites   0 Comments

Color spaces of #c465d9

RGB 196101217
HSL0.800.600.62
HSV289°53°85°
CMYK 0.100.530.00   0.15
XYZ39.943026.052968.5691
Yxy26.05290.29680.1936
Hunter Lab51.042050.3618-43.9199
CIE-Lab58.087255.1748-43.6931

#c465d9 color RGB value is (196,101,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100101 11011001
Octal 304 145 331
Decimal 196 101 217
Hex C4 65 D9

RGB Percentages of Color #c465d9

%38.13
%19.65
%42.22

CMYK Percentages of Color #c465d9

%10
%53
%0
%15

Triadic Colors of #c465d9

#c465d9 #d9c465 #65d9c4

Analogous Colors of #c465d9

#c465d9 #d965b4 #8a65d9

Monochromatic Colors of #c465d9

#c465d9

Complementary Color

#c465d9 #7ad965

#c465d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c465d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c465d9 Color CSS Codes

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

#c465d9 Text Font Color

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

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


#c465d9 Background Color

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

This div background color is #c465d9


#c465d9 Border Color

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

This div border color is #c465d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c465d9


Comments

No comments written yet.

Please login to write comment.