Color Hex Logo

#c465ca Color Hex

#C465CA
(196,101,202)
0 Favorites   0 Comments

Color spaces of #c465ca

RGB 196101202
HSL0.820.490.59
HSV296°50°79°
CMYK 0.030.500.00   0.21
XYZ38.079325.307458.7549
Yxy25.30740.31180.2072
Hunter Lab50.306547.0786-34.0326
CIE-Lab57.373752.3325-36.3199

#c465ca color RGB value is (196,101,202).

#c465ca hex color red value is 196, green value is 101 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c465ca hue: 0.82 , saturation: 0.49 and the lightness value of c465ca is 0.59.

The process color (four color CMYK) of #c465ca color hex is 0.03, 0.50, 0.00, 0.21. Web safe color of #c465ca is #cc66cc. Color #c465ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100101 11001010
Octal 304 145 312
Decimal 196 101 202
Hex C4 65 CA

RGB Percentages of Color #c465ca

%39.28
%20.24
%40.48

CMYK Percentages of Color #c465ca

%3
%50
%0
%21

Triadic Colors of #c465ca

#c465ca #cac465 #65cac4

Analogous Colors of #c465ca

#c465ca #ca659e #9265ca

Monochromatic Colors of #c465ca

#c465ca

Complementary Color

#c465ca #6bca65

#c465ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c465ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c465ca Color CSS Codes

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

#c465ca Text Font Color

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

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


#c465ca Background Color

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

This div background color is #c465ca


#c465ca Border Color

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

This div border color is #c465ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c465ca


Comments

No comments written yet.

Please login to write comment.