Color Hex Logo

#c664ca Color Hex

#C664CA
(198,100,202)
0 Favorites   0 Comments

Color spaces of #c664ca

RGB 198100202
HSL0.830.490.59
HSV298°50°79°
CMYK 0.020.500.00   0.21
XYZ38.506525.384458.7473
Yxy25.38440.31400.2070
Hunter Lab50.382948.2532-33.8650
CIE-Lab57.448153.3853-36.1847

#c664ca color RGB value is (198,100,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100100 11001010
Octal 306 144 312
Decimal 198 100 202
Hex C6 64 CA

RGB Percentages of Color #c664ca

%39.60
%20.00
%40.40

CMYK Percentages of Color #c664ca

%2
%50
%0
%21

Triadic Colors of #c664ca

#c664ca #cac664 #64cac6

Analogous Colors of #c664ca

#c664ca #ca649b #9364ca

Monochromatic Colors of #c664ca

#c664ca

Complementary Color

#c664ca #68ca64

#c664ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c664ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c664ca Color CSS Codes

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

#c664ca Text Font Color

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

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


#c664ca Background Color

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

This div background color is #c664ca


#c664ca Border Color

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

This div border color is #c664ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,100,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 #c664ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c664ca


Comments

No comments written yet.

Please login to write comment.