Color Hex Logo

#c692de Color Hex

#C692DE
(198,146,222)
0 Favorites   0 Comments

Color spaces of #c692de

RGB 198146222
HSL0.780.540.72
HSV281°34°87°
CMYK 0.110.340.00   0.13
XYZ46.752437.837573.9465
Yxy37.83750.29490.2387
Hunter Lab61.512228.0228-28.2166
CIE-Lab67.900733.0513-31.1424

#c692de color RGB value is (198,146,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010010 11011110
Octal 306 222 336
Decimal 198 146 222
Hex C6 92 DE

RGB Percentages of Color #c692de

%34.98
%25.80
%39.22

CMYK Percentages of Color #c692de

%11
%34
%0
%13

Triadic Colors of #c692de

#c692de #dec692 #92dec6

Analogous Colors of #c692de

#c692de #de92d0 #a092de

Monochromatic Colors of #c692de

#c692de

Complementary Color

#c692de #aade92

#c692de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c692de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c692de Color CSS Codes

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

#c692de Text Font Color

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

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


#c692de Background Color

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

This div background color is #c692de


#c692de Border Color

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

This div border color is #c692de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c692de


Comments

No comments written yet.

Please login to write comment.