Color Hex Logo

#c68aed Color Hex

#C68AED
(198,138,237)
0 Favorites   0 Comments

Color spaces of #c68aed

RGB 198138237
HSL0.770.730.74
HSV276°42°93°
CMYK 0.160.420.00   0.07
XYZ47.663236.297184.6147
Yxy36.29710.28270.2153
Hunter Lab60.247135.7841-41.0976
CIE-Lab66.746340.5736-41.2100

#c68aed color RGB value is (198,138,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001010 11101101
Octal 306 212 355
Decimal 198 138 237
Hex C6 8A ED

RGB Percentages of Color #c68aed

%34.55
%24.08
%41.36

CMYK Percentages of Color #c68aed

%16
%42
%0
%7

Triadic Colors of #c68aed

#c68aed #edc68a #8aedc6

Analogous Colors of #c68aed

#c68aed #ed8ae3 #958aed

Monochromatic Colors of #c68aed

#c68aed

Complementary Color

#c68aed #b1ed8a

#c68aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68aed Color CSS Codes

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

#c68aed Text Font Color

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

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


#c68aed Background Color

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

This div background color is #c68aed


#c68aed Border Color

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

This div border color is #c68aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68aed


Comments

No comments written yet.

Please login to write comment.