Color Hex Logo

#c69bdb Color Hex

#C69BDB
(198,155,219)
0 Favorites   0 Comments

Color spaces of #c69bdb

RGB 198155219
HSL0.780.470.73
HSV280°29°86°
CMYK 0.100.290.00   0.14
XYZ47.796240.562972.3281
Yxy40.56290.29740.2524
Hunter Lab63.689022.5018-22.7501
CIE-Lab69.868627.4847-26.4575

#c69bdb color RGB value is (198,155,219).

#c69bdb hex color red value is 198, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c69bdb hue: 0.78 , saturation: 0.47 and the lightness value of c69bdb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011011 11011011
Octal 306 233 333
Decimal 198 155 219
Hex C6 9B DB

RGB Percentages of Color #c69bdb

%34.62
%27.10
%38.29

CMYK Percentages of Color #c69bdb

%10
%29
%0
%14

Triadic Colors of #c69bdb

#c69bdb #dbc69b #9bdbc6

Analogous Colors of #c69bdb

#c69bdb #db9bd0 #a69bdb

Monochromatic Colors of #c69bdb

#c69bdb

Complementary Color

#c69bdb #b0db9b

#c69bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69bdb Color CSS Codes

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

#c69bdb Text Font Color

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

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


#c69bdb Background Color

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

This div background color is #c69bdb


#c69bdb Border Color

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

This div border color is #c69bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69bdb


Comments

No comments written yet.

Please login to write comment.