Color Hex Logo

#c68adc Color Hex

#C68ADC
(198,138,220)
0 Favorites   0 Comments

Color spaces of #c68adc

RGB 198138220
HSL0.790.540.70
HSV284°37°86°
CMYK 0.100.370.00   0.14
XYZ45.295435.350072.1461
Yxy35.35000.29650.2314
Hunter Lab59.455931.9393-30.3257
CIE-Lab66.020337.0131-32.9461

#c68adc color RGB value is (198,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001010 11011100
Octal 306 212 334
Decimal 198 138 220
Hex C6 8A DC

RGB Percentages of Color #c68adc

%35.61
%24.82
%39.57

CMYK Percentages of Color #c68adc

%10
%37
%0
%14

Triadic Colors of #c68adc

#c68adc #dcc68a #8adcc6

Analogous Colors of #c68adc

#c68adc #dc8ac9 #9d8adc

Monochromatic Colors of #c68adc

#c68adc

Complementary Color

#c68adc #a0dc8a

#c68adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68adc Color CSS Codes

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

#c68adc Text Font Color

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

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


#c68adc Background Color

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

This div background color is #c68adc


#c68adc Border Color

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

This div border color is #c68adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68adc


Comments

No comments written yet.

Please login to write comment.