Color Hex Logo

#c684ca Color Hex

#C684CA
(198,132,202)
0 Favorites   0 Comments

Color spaces of #c684ca

RGB 198132202
HSL0.820.400.65
HSV297°35°79°
CMYK 0.020.350.00   0.21
XYZ42.200632.772659.9786
Yxy32.77260.31270.2428
Hunter Lab57.247431.4006-22.0455
CIE-Lab63.976436.7177-26.0587

#c684ca color RGB value is (198,132,202).

#c684ca hex color red value is 198, green value is 132 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c684ca hue: 0.82 , saturation: 0.40 and the lightness value of c684ca is 0.65.

The process color (four color CMYK) of #c684ca color hex is 0.02, 0.35, 0.00, 0.21. Web safe color of #c684ca is #cc99cc. Color #c684ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000100 11001010
Octal 306 204 312
Decimal 198 132 202
Hex C6 84 CA

RGB Percentages of Color #c684ca

%37.22
%24.81
%37.97

CMYK Percentages of Color #c684ca

%2
%35
%0
%21

Triadic Colors of #c684ca

#c684ca #cac684 #84cac6

Analogous Colors of #c684ca

#c684ca #ca84ab #a384ca

Monochromatic Colors of #c684ca

#c684ca

Complementary Color

#c684ca #88ca84

#c684ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c684ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c684ca Color CSS Codes

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

#c684ca Text Font Color

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

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


#c684ca Background Color

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

This div background color is #c684ca


#c684ca Border Color

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

This div border color is #c684ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c684ca


Comments

No comments written yet.

Please login to write comment.