Color Hex Logo

#c689cd Color Hex

#C689CD
(198,137,205)
0 Favorites   0 Comments

Color spaces of #c689cd

RGB 198137205
HSL0.820.400.67
HSV294°33°80°
CMYK 0.030.330.00   0.20
XYZ43.253834.304962.0994
Yxy34.30490.30970.2456
Hunter Lab58.570429.3228-21.8631
CIE-Lab65.203934.5739-25.8524

#c689cd color RGB value is (198,137,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001001 11001101
Octal 306 211 315
Decimal 198 137 205
Hex C6 89 CD

RGB Percentages of Color #c689cd

%36.67
%25.37
%37.96

CMYK Percentages of Color #c689cd

%3
%33
%0
%20

Triadic Colors of #c689cd

#c689cd #cdc689 #89cdc6

Analogous Colors of #c689cd

#c689cd #cd89b2 #a489cd

Monochromatic Colors of #c689cd

#c689cd

Complementary Color

#c689cd #90cd89

#c689cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c689cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c689cd Color CSS Codes

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

#c689cd Text Font Color

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

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


#c689cd Background Color

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

This div background color is #c689cd


#c689cd Border Color

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

This div border color is #c689cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c689cd


Comments

No comments written yet.

Please login to write comment.