Color Hex Logo

#c684ed Color Hex

#C684ED
(198,132,237)
0 Favorites   0 Comments

Color spaces of #c684ed

RGB 198132237
HSL0.770.740.72
HSV278°44°93°
CMYK 0.160.440.00   0.07
XYZ46.826034.622784.3356
Yxy34.62270.28250.2088
Hunter Lab58.841139.0793-43.7903
CIE-Lab65.453943.8050-43.2360

#c684ed color RGB value is (198,132,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000100 11101101
Octal 306 204 355
Decimal 198 132 237
Hex C6 84 ED

RGB Percentages of Color #c684ed

%34.92
%23.28
%41.80

CMYK Percentages of Color #c684ed

%16
%44
%0
%7

Triadic Colors of #c684ed

#c684ed #edc684 #84edc6

Analogous Colors of #c684ed

#c684ed #ed84e0 #9284ed

Monochromatic Colors of #c684ed

#c684ed

Complementary Color

#c684ed #abed84

#c684ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c684ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c684ed Color CSS Codes

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

#c684ed Text Font Color

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

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


#c684ed Background Color

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

This div background color is #c684ed


#c684ed Border Color

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

This div border color is #c684ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c684ed


Comments

No comments written yet.

Please login to write comment.