Color Hex Logo

#c685dc Color Hex

#C685DC
(198,133,220)
0 Favorites   0 Comments

Color spaces of #c685dc

RGB 198133220
HSL0.790.550.69
HSV285°40°86°
CMYK 0.100.400.00   0.14
XYZ44.594533.948171.9124
Yxy33.94810.29640.2256
Hunter Lab58.265034.6555-32.3920
CIE-Lab64.921439.7249-34.6522

#c685dc color RGB value is (198,133,220).

#c685dc hex color red value is 198, green value is 133 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c685dc hue: 0.79 , saturation: 0.55 and the lightness value of c685dc is 0.69.

The process color (four color CMYK) of #c685dc color hex is 0.10, 0.40, 0.00, 0.14. Web safe color of #c685dc is #cc99cc. Color #c685dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000101 11011100
Octal 306 205 334
Decimal 198 133 220
Hex C6 85 DC

RGB Percentages of Color #c685dc

%35.93
%24.14
%39.93

CMYK Percentages of Color #c685dc

%10
%40
%0
%14

Triadic Colors of #c685dc

#c685dc #dcc685 #85dcc6

Analogous Colors of #c685dc

#c685dc #dc85c7 #9b85dc

Monochromatic Colors of #c685dc

#c685dc

Complementary Color

#c685dc #9bdc85

#c685dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c685dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c685dc Color CSS Codes

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

#c685dc Text Font Color

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

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


#c685dc Background Color

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

This div background color is #c685dc


#c685dc Border Color

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

This div border color is #c685dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c685dc


Comments

No comments written yet.

Please login to write comment.