Color Hex Logo

#c692dd Color Hex

#C692DD
(198,146,221)
0 Favorites   0 Comments

Color spaces of #c692dd

RGB 198146221
HSL0.780.520.72
HSV282°34°87°
CMYK 0.100.340.00   0.13
XYZ46.618737.784073.2426
Yxy37.78400.29570.2397
Hunter Lab61.468727.8066-27.6185
CIE-Lab67.861132.8452-30.6511

#c692dd color RGB value is (198,146,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010010 11011101
Octal 306 222 335
Decimal 198 146 221
Hex C6 92 DD

RGB Percentages of Color #c692dd

%35.04
%25.84
%39.12

CMYK Percentages of Color #c692dd

%10
%34
%0
%13

Triadic Colors of #c692dd

#c692dd #ddc692 #92ddc6

Analogous Colors of #c692dd

#c692dd #dd92cf #a192dd

Monochromatic Colors of #c692dd

#c692dd

Complementary Color

#c692dd #a9dd92

#c692dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c692dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c692dd Color CSS Codes

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

#c692dd Text Font Color

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

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


#c692dd Background Color

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

This div background color is #c692dd


#c692dd Border Color

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

This div border color is #c692dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c692dd


Comments

No comments written yet.

Please login to write comment.