Color Hex Logo

#c682df Color Hex

#C682DF
(198,130,223)
0 Favorites   0 Comments

Color spaces of #c682df

RGB 198130223
HSL0.790.590.69
HSV284°42°87°
CMYK 0.110.420.00   0.13
XYZ44.590633.298773.8892
Yxy33.29870.29380.2194
Hunter Lab57.705036.9491-35.5252
CIE-Lab64.402041.9519-37.1291

#c682df color RGB value is (198,130,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000010 11011111
Octal 306 202 337
Decimal 198 130 223
Hex C6 82 DF

RGB Percentages of Color #c682df

%35.93
%23.59
%40.47

CMYK Percentages of Color #c682df

%11
%42
%0
%13

Triadic Colors of #c682df

#c682df #dfc682 #82dfc6

Analogous Colors of #c682df

#c682df #df82ca #9882df

Monochromatic Colors of #c682df

#c682df

Complementary Color

#c682df #9bdf82

#c682df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c682df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c682df Color CSS Codes

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

#c682df Text Font Color

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

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


#c682df Background Color

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

This div background color is #c682df


#c682df Border Color

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

This div border color is #c682df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c682df


Comments

No comments written yet.

Please login to write comment.