Color Hex Logo

#c683ff Color Hex

#C683FF
(198,131,255)
0 Favorites   0 Comments

Color spaces of #c683ff

RGB 198131255
HSL0.761.000.76
HSV272°49°100°
CMYK 0.220.490.00   0.00
XYZ49.455035.458498.8453
Yxy35.45840.26910.1930
Hunter Lab59.547044.0408-56.7359
CIE-Lab66.104048.2588-52.0963

#c683ff color RGB value is (198,131,255).

#c683ff hex color red value is 198, green value is 131 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c683ff hue: 0.76 , saturation: 1.00 and the lightness value of c683ff is 0.76.

The process color (four color CMYK) of #c683ff color hex is 0.22, 0.49, 0.00, 0.00. Web safe color of #c683ff is #cc99ff. Color #c683ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000011 11111111
Octal 306 203 377
Decimal 198 131 255
Hex C6 83 FF

RGB Percentages of Color #c683ff

%33.90
%22.43
%43.66

CMYK Percentages of Color #c683ff

%22
%49
%0
%0

Triadic Colors of #c683ff

#c683ff #ffc683 #83ffc6

Analogous Colors of #c683ff

#c683ff #ff83fa #8883ff

Monochromatic Colors of #c683ff

#c683ff

Complementary Color

#c683ff #bcff83

#c683ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c683ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c683ff Color CSS Codes

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

#c683ff Text Font Color

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

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


#c683ff Background Color

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

This div background color is #c683ff


#c683ff Border Color

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

This div border color is #c683ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c683ff


Comments

No comments written yet.

Please login to write comment.