Color Hex Logo

#c68aec Color Hex

#C68AEC
(198,138,236)
0 Favorites   0 Comments

Color spaces of #c68aec

RGB 198138236
HSL0.770.720.73
HSV277°42°93°
CMYK 0.160.420.00   0.07
XYZ47.517536.238983.8472
Yxy36.23890.28350.2162
Hunter Lab60.198835.5500-40.4423
CIE-Lab66.702140.3592-40.7287

#c68aec color RGB value is (198,138,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001010 11101100
Octal 306 212 354
Decimal 198 138 236
Hex C6 8A EC

RGB Percentages of Color #c68aec

%34.62
%24.13
%41.26

CMYK Percentages of Color #c68aec

%16
%42
%0
%7

Triadic Colors of #c68aec

#c68aec #ecc68a #8aecc6

Analogous Colors of #c68aec

#c68aec #ec8ae1 #958aec

Monochromatic Colors of #c68aec

#c68aec

Complementary Color

#c68aec #b0ec8a

#c68aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68aec Color CSS Codes

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

#c68aec Text Font Color

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

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


#c68aec Background Color

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

This div background color is #c68aec


#c68aec Border Color

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

This div border color is #c68aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68aec


Comments

No comments written yet.

Please login to write comment.