Color Hex Logo

#c683e7 Color Hex

#C683E7
(198,131,231)
0 Favorites   0 Comments

Color spaces of #c683e7

RGB 198131231
HSL0.780.680.71
HSV280°43°91°
CMYK 0.140.430.00   0.09
XYZ45.828834.007979.7500
Yxy34.00790.28720.2131
Hunter Lab58.316338.2236-40.2602
CIE-Lab64.968843.0722-40.6810

#c683e7 color RGB value is (198,131,231).

#c683e7 hex color red value is 198, green value is 131 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #c683e7 hue: 0.78 , saturation: 0.68 and the lightness value of c683e7 is 0.71.

The process color (four color CMYK) of #c683e7 color hex is 0.14, 0.43, 0.00, 0.09. Web safe color of #c683e7 is #cc99ff. Color #c683e7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000011 11100111
Octal 306 203 347
Decimal 198 131 231
Hex C6 83 E7

RGB Percentages of Color #c683e7

%35.36
%23.39
%41.25

CMYK Percentages of Color #c683e7

%14
%43
%0
%9

Triadic Colors of #c683e7

#c683e7 #e7c683 #83e7c6

Analogous Colors of #c683e7

#c683e7 #e783d6 #9483e7

Monochromatic Colors of #c683e7

#c683e7

Complementary Color

#c683e7 #a4e783

#c683e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c683e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c683e7 Color CSS Codes

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

#c683e7 Text Font Color

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

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


#c683e7 Background Color

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

This div background color is #c683e7


#c683e7 Border Color

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

This div border color is #c683e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c683e7


Comments

No comments written yet.

Please login to write comment.