Color Hex Logo

#c690de Color Hex

#C690DE
(198,144,222)
0 Favorites   0 Comments

Color spaces of #c690de

RGB 198144222
HSL0.780.540.72
HSV282°35°87°
CMYK 0.110.350.00   0.13
XYZ46.446837.226273.8446
Yxy37.22620.29490.2363
Hunter Lab61.013329.1112-29.0496
CIE-Lab67.446434.1476-31.8449

#c690de color RGB value is (198,144,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010000 11011110
Octal 306 220 336
Decimal 198 144 222
Hex C6 90 DE

RGB Percentages of Color #c690de

%35.11
%25.53
%39.36

CMYK Percentages of Color #c690de

%11
%35
%0
%13

Triadic Colors of #c690de

#c690de #dec690 #90dec6

Analogous Colors of #c690de

#c690de #de90cf #9f90de

Monochromatic Colors of #c690de

#c690de

Complementary Color

#c690de #a8de90

#c690de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c690de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c690de Color CSS Codes

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

#c690de Text Font Color

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

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


#c690de Background Color

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

This div background color is #c690de


#c690de Border Color

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

This div border color is #c690de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c690de


Comments

No comments written yet.

Please login to write comment.