Color Hex Logo

#c682dc Color Hex

#C682DC
(198,130,220)
0 Favorites   0 Comments

Color spaces of #c682dc

RGB 198130220
HSL0.790.560.69
HSV285°41°86°
CMYK 0.100.410.00   0.14
XYZ44.189633.138371.7774
Yxy33.13830.29640.2222
Hunter Lab57.565936.2826-33.6311
CIE-Lab64.272741.3412-35.6615

#c682dc color RGB value is (198,130,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000010 11011100
Octal 306 202 334
Decimal 198 130 220
Hex C6 82 DC

RGB Percentages of Color #c682dc

%36.13
%23.72
%40.15

CMYK Percentages of Color #c682dc

%10
%41
%0
%14

Triadic Colors of #c682dc

#c682dc #dcc682 #82dcc6

Analogous Colors of #c682dc

#c682dc #dc82c5 #9982dc

Monochromatic Colors of #c682dc

#c682dc

Complementary Color

#c682dc #98dc82

#c682dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c682dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c682dc Color CSS Codes

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

#c682dc Text Font Color

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

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


#c682dc Background Color

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

This div background color is #c682dc


#c682dc Border Color

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

This div border color is #c682dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c682dc


Comments

No comments written yet.

Please login to write comment.