Color Hex Logo

#c682dd Color Hex

#C682DD
(198,130,221)
0 Favorites   0 Comments

Color spaces of #c682dd

RGB 198130221
HSL0.790.570.69
HSV285°41°87°
CMYK 0.100.410.00   0.13
XYZ44.322533.191572.4772
Yxy33.19150.29550.2213
Hunter Lab57.612136.5037-34.2596
CIE-Lab64.315741.5440-36.1513

#c682dd color RGB value is (198,130,221).

#c682dd hex color red value is 198, green value is 130 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c682dd hue: 0.79 , saturation: 0.57 and the lightness value of c682dd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000010 11011101
Octal 306 202 335
Decimal 198 130 221
Hex C6 82 DD

RGB Percentages of Color #c682dd

%36.07
%23.68
%40.26

CMYK Percentages of Color #c682dd

%10
%41
%0
%13

Triadic Colors of #c682dd

#c682dd #ddc682 #82ddc6

Analogous Colors of #c682dd

#c682dd #dd82c7 #9982dd

Monochromatic Colors of #c682dd

#c682dd

Complementary Color

#c682dd #99dd82

#c682dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c682dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c682dd Color CSS Codes

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

#c682dd Text Font Color

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

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


#c682dd Background Color

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

This div background color is #c682dd


#c682dd Border Color

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

This div border color is #c682dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c682dd


Comments

No comments written yet.

Please login to write comment.