Color Hex Logo

#c688ca Color Hex

#C688CA
(198,136,202)
0 Favorites   0 Comments

Color spaces of #c688ca

RGB 198136202
HSL0.820.380.66
HSV296°33°79°
CMYK 0.020.330.00   0.21
XYZ42.753533.878460.1629
Yxy33.87840.31250.2477
Hunter Lab58.205229.2548-20.5406
CIE-Lab64.865934.5419-24.6927

#c688ca color RGB value is (198,136,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001000 11001010
Octal 306 210 312
Decimal 198 136 202
Hex C6 88 CA

RGB Percentages of Color #c688ca

%36.94
%25.37
%37.69

CMYK Percentages of Color #c688ca

%2
%33
%0
%21

Triadic Colors of #c688ca

#c688ca #cac688 #88cac6

Analogous Colors of #c688ca

#c688ca #ca88ad #a588ca

Monochromatic Colors of #c688ca

#c688ca

Complementary Color

#c688ca #8cca88

#c688ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c688ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c688ca Color CSS Codes

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

#c688ca Text Font Color

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

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


#c688ca Background Color

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

This div background color is #c688ca


#c688ca Border Color

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

This div border color is #c688ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c688ca


Comments

No comments written yet.

Please login to write comment.