Color Hex Logo

#c68ced Color Hex

#C68CED
(198,140,237)
0 Favorites   0 Comments

Color spaces of #c68ced

RGB 198140237
HSL0.770.730.74
HSV276°41°93°
CMYK 0.160.410.00   0.07
XYZ47.952836.876484.7112
Yxy36.87640.28280.2175
Hunter Lab60.725934.6838-40.1999
CIE-Lab67.184239.4891-40.5249

#c68ced color RGB value is (198,140,237).

#c68ced hex color red value is 198, green value is 140 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c68ced hue: 0.77 , saturation: 0.73 and the lightness value of c68ced is 0.74.

The process color (four color CMYK) of #c68ced color hex is 0.16, 0.41, 0.00, 0.07. Web safe color of #c68ced is #cc99ff. Color #c68ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001100 11101101
Octal 306 214 355
Decimal 198 140 237
Hex C6 8C ED

RGB Percentages of Color #c68ced

%34.43
%24.35
%41.22

CMYK Percentages of Color #c68ced

%16
%41
%0
%7

Triadic Colors of #c68ced

#c68ced #edc68c #8cedc6

Analogous Colors of #c68ced

#c68ced #ed8ce4 #968ced

Monochromatic Colors of #c68ced

#c68ced

Complementary Color

#c68ced #b3ed8c

#c68ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68ced Color CSS Codes

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

#c68ced Text Font Color

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

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


#c68ced Background Color

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

This div background color is #c68ced


#c68ced Border Color

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

This div border color is #c68ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68ced


Comments

No comments written yet.

Please login to write comment.