Color Hex Logo

#c688cd Color Hex

#C688CD
(198,136,205)
0 Favorites   0 Comments

Color spaces of #c688cd

RGB 198136205
HSL0.820.410.67
HSV294°34°80°
CMYK 0.030.340.00   0.20
XYZ43.112334.021962.0522
Yxy34.02190.30970.2444
Hunter Lab58.328329.8605-22.2455
CIE-Lab64.980035.1192-26.1964

#c688cd color RGB value is (198,136,205).

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

The process color (four color CMYK) of #c688cd color hex is 0.03, 0.34, 0.00, 0.20. Web safe color of #c688cd is #cc99cc. Color #c688cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001000 11001101
Octal 306 210 315
Decimal 198 136 205
Hex C6 88 CD

RGB Percentages of Color #c688cd

%36.73
%25.23
%38.03

CMYK Percentages of Color #c688cd

%3
%34
%0
%20

Triadic Colors of #c688cd

#c688cd #cdc688 #88cdc6

Analogous Colors of #c688cd

#c688cd #cd88b2 #a488cd

Monochromatic Colors of #c688cd

#c688cd

Complementary Color

#c688cd #8fcd88

#c688cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c688cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c688cd Color CSS Codes

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

#c688cd Text Font Color

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

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


#c688cd Background Color

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

This div background color is #c688cd


#c688cd Border Color

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

This div border color is #c688cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,136,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c688cd


Comments

No comments written yet.

Please login to write comment.