Color Hex Logo

#c693de Color Hex

#C693DE
(198,147,222)
0 Favorites   0 Comments

Color spaces of #c693de

RGB 198147222
HSL0.780.530.72
HSV281°34°87°
CMYK 0.110.340.00   0.13
XYZ46.907238.147173.9981
Yxy38.14710.29490.2398
Hunter Lab61.763327.4790-27.8005
CIE-Lab68.128932.5028-30.7898

#c693de color RGB value is (198,147,222).

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

The process color (four color CMYK) of #c693de color hex is 0.11, 0.34, 0.00, 0.13. Web safe color of #c693de is #cc99cc. Color #c693de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010011 11011110
Octal 306 223 336
Decimal 198 147 222
Hex C6 93 DE

RGB Percentages of Color #c693de

%34.92
%25.93
%39.15

CMYK Percentages of Color #c693de

%11
%34
%0
%13

Triadic Colors of #c693de

#c693de #dec693 #93dec6

Analogous Colors of #c693de

#c693de #de93d1 #a193de

Monochromatic Colors of #c693de

#c693de

Complementary Color

#c693de #abde93

#c693de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c693de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c693de Color CSS Codes

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

#c693de Text Font Color

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

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


#c693de Background Color

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

This div background color is #c693de


#c693de Border Color

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

This div border color is #c693de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c693de


Comments

No comments written yet.

Please login to write comment.