Color Hex Logo

#c68bdb Color Hex

#C68BDB
(198,139,219)
0 Favorites   0 Comments

Color spaces of #c68bdb

RGB 198139219
HSL0.790.530.70
HSV284°37°86°
CMYK 0.100.370.00   0.14
XYZ45.307535.585571.4986
Yxy35.58550.29730.2335
Hunter Lab59.653631.1788-29.3053
CIE-Lab66.202036.2646-32.1095

#c68bdb color RGB value is (198,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001011 11011011
Octal 306 213 333
Decimal 198 139 219
Hex C6 8B DB

RGB Percentages of Color #c68bdb

%35.61
%25.00
%39.39

CMYK Percentages of Color #c68bdb

%10
%37
%0
%14

Triadic Colors of #c68bdb

#c68bdb #dbc68b #8bdbc6

Analogous Colors of #c68bdb

#c68bdb #db8bc8 #9e8bdb

Monochromatic Colors of #c68bdb

#c68bdb

Complementary Color

#c68bdb #a0db8b

#c68bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68bdb Color CSS Codes

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

#c68bdb Text Font Color

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

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


#c68bdb Background Color

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

This div background color is #c68bdb


#c68bdb Border Color

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

This div border color is #c68bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68bdb


Comments

No comments written yet.

Please login to write comment.