Color Hex Logo

#c682ed Color Hex

#C682ED
(198,130,237)
0 Favorites   0 Comments

Color spaces of #c682ed

RGB 198130237
HSL0.770.750.72
HSV278°45°93°
CMYK 0.160.450.00   0.07
XYZ46.557434.085584.2461
Yxy34.08550.28240.2067
Hunter Lab58.382840.1751-44.6873
CIE-Lab65.030444.8738-43.9011

#c682ed color RGB value is (198,130,237).

#c682ed hex color red value is 198, green value is 130 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c682ed hue: 0.77 , saturation: 0.75 and the lightness value of c682ed is 0.72.

The process color (four color CMYK) of #c682ed color hex is 0.16, 0.45, 0.00, 0.07. Web safe color of #c682ed is #cc99ff. Color #c682ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000010 11101101
Octal 306 202 355
Decimal 198 130 237
Hex C6 82 ED

RGB Percentages of Color #c682ed

%35.04
%23.01
%41.95

CMYK Percentages of Color #c682ed

%16
%45
%0
%7

Triadic Colors of #c682ed

#c682ed #edc682 #82edc6

Analogous Colors of #c682ed

#c682ed #ed82df #9182ed

Monochromatic Colors of #c682ed

#c682ed

Complementary Color

#c682ed #a9ed82

#c682ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c682ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c682ed Color CSS Codes

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

#c682ed Text Font Color

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

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


#c682ed Background Color

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

This div background color is #c682ed


#c682ed Border Color

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

This div border color is #c682ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c682ed


Comments

No comments written yet.

Please login to write comment.