Color Hex Logo

#c689db Color Hex

#C689DB
(198,137,219)
0 Favorites   0 Comments

Color spaces of #c689db

RGB 198137219
HSL0.790.530.70
HSV285°37°86°
CMYK 0.100.370.00   0.14
XYZ45.020535.011671.4029
Yxy35.01160.29730.2312
Hunter Lab59.170632.2648-30.1276
CIE-Lab65.757737.3532-32.7980

#c689db color RGB value is (198,137,219).

#c689db hex color red value is 198, green value is 137 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c689db hue: 0.79 , saturation: 0.53 and the lightness value of c689db is 0.70.

The process color (four color CMYK) of #c689db color hex is 0.10, 0.37, 0.00, 0.14. Web safe color of #c689db is #cc99cc. Color #c689db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001001 11011011
Octal 306 211 333
Decimal 198 137 219
Hex C6 89 DB

RGB Percentages of Color #c689db

%35.74
%24.73
%39.53

CMYK Percentages of Color #c689db

%10
%37
%0
%14

Triadic Colors of #c689db

#c689db #dbc689 #89dbc6

Analogous Colors of #c689db

#c689db #db89c7 #9d89db

Monochromatic Colors of #c689db

#c689db

Complementary Color

#c689db #9edb89

#c689db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c689db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c689db Color CSS Codes

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

#c689db Text Font Color

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

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


#c689db Background Color

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

This div background color is #c689db


#c689db Border Color

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

This div border color is #c689db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c689db


Comments

No comments written yet.

Please login to write comment.