Color Hex Logo

#c683ca Color Hex

#C683CA
(198,131,202)
0 Favorites   0 Comments

Color spaces of #c683ca

RGB 198131202
HSL0.820.400.65
HSV297°35°79°
CMYK 0.020.350.00   0.21
XYZ42.065732.502659.9336
Yxy32.50260.31280.2417
Hunter Lab57.011131.9372-22.4216
CIE-Lab63.756137.2601-26.3974

#c683ca color RGB value is (198,131,202).

#c683ca hex color red value is 198, green value is 131 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c683ca hue: 0.82 , saturation: 0.40 and the lightness value of c683ca is 0.65.

The process color (four color CMYK) of #c683ca color hex is 0.02, 0.35, 0.00, 0.21. Web safe color of #c683ca is #cc99cc. Color #c683ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000011 11001010
Octal 306 203 312
Decimal 198 131 202
Hex C6 83 CA

RGB Percentages of Color #c683ca

%37.29
%24.67
%38.04

CMYK Percentages of Color #c683ca

%2
%35
%0
%21

Triadic Colors of #c683ca

#c683ca #cac683 #83cac6

Analogous Colors of #c683ca

#c683ca #ca83ab #a383ca

Monochromatic Colors of #c683ca

#c683ca

Complementary Color

#c683ca #87ca83

#c683ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c683ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c683ca Color CSS Codes

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

#c683ca Text Font Color

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

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


#c683ca Background Color

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

This div background color is #c683ca


#c683ca Border Color

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

This div border color is #c683ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c683ca


Comments

No comments written yet.

Please login to write comment.