Color Hex Logo

#c694dc Color Hex

#C694DC
(198,148,220)
0 Favorites   0 Comments

Color spaces of #c694dc

RGB 198148220
HSL0.780.510.72
HSV282°33°86°
CMYK 0.100.330.00   0.14
XYZ46.796938.352972.6465
Yxy38.35290.29660.2431
Hunter Lab61.929726.5057-26.1992
CIE-Lab68.279931.5419-29.4523

#c694dc color RGB value is (198,148,220).

#c694dc hex color red value is 198, green value is 148 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c694dc hue: 0.78 , saturation: 0.51 and the lightness value of c694dc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010100 11011100
Octal 306 224 334
Decimal 198 148 220
Hex C6 94 DC

RGB Percentages of Color #c694dc

%34.98
%26.15
%38.87

CMYK Percentages of Color #c694dc

%10
%33
%0
%14

Triadic Colors of #c694dc

#c694dc #dcc694 #94dcc6

Analogous Colors of #c694dc

#c694dc #dc94ce #a294dc

Monochromatic Colors of #c694dc

#c694dc

Complementary Color

#c694dc #aadc94

#c694dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c694dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c694dc Color CSS Codes

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

#c694dc Text Font Color

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

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


#c694dc Background Color

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

This div background color is #c694dc


#c694dc Border Color

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

This div border color is #c694dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c694dc


Comments

No comments written yet.

Please login to write comment.