Color Hex Logo

#c68aee Color Hex

#C68AEE
(198,138,238)
0 Favorites   0 Comments

Color spaces of #c68aee

RGB 198138238
HSL0.770.750.74
HSV276°42°93°
CMYK 0.170.420.00   0.07
XYZ47.809836.355885.3864
Yxy36.35580.28200.2144
Hunter Lab60.295836.0188-41.7551
CIE-Lab66.790940.7883-41.6905

#c68aee color RGB value is (198,138,238).

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

The process color (four color CMYK) of #c68aee color hex is 0.17, 0.42, 0.00, 0.07. Web safe color of #c68aee is #cc99ff. Color #c68aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001010 11101110
Octal 306 212 356
Decimal 198 138 238
Hex C6 8A EE

RGB Percentages of Color #c68aee

%34.49
%24.04
%41.46

CMYK Percentages of Color #c68aee

%17
%42
%0
%7

Triadic Colors of #c68aee

#c68aee #eec68a #8aeec6

Analogous Colors of #c68aee

#c68aee #ee8ae4 #948aee

Monochromatic Colors of #c68aee

#c68aee

Complementary Color

#c68aee #b2ee8a

#c68aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68aee Color CSS Codes

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

#c68aee Text Font Color

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

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


#c68aee Background Color

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

This div background color is #c68aee


#c68aee Border Color

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

This div border color is #c68aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68aee


Comments

No comments written yet.

Please login to write comment.