Color Hex Logo

#c685ee Color Hex

#C685EE
(198,133,238)
0 Favorites   0 Comments

Color spaces of #c685ee

RGB 198133238
HSL0.770.760.73
HSV277°44°93°
CMYK 0.170.440.00   0.07
XYZ47.108834.953985.1528
Yxy34.95390.28170.2090
Hunter Lab59.121838.7672-44.0097
CIE-Lab65.712843.4824-43.3810

#c685ee color RGB value is (198,133,238).

#c685ee hex color red value is 198, green value is 133 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c685ee hue: 0.77 , saturation: 0.76 and the lightness value of c685ee is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000101 11101110
Octal 306 205 356
Decimal 198 133 238
Hex C6 85 EE

RGB Percentages of Color #c685ee

%34.80
%23.37
%41.83

CMYK Percentages of Color #c685ee

%17
%44
%0
%7

Triadic Colors of #c685ee

#c685ee #eec685 #85eec6

Analogous Colors of #c685ee

#c685ee #ee85e2 #9285ee

Monochromatic Colors of #c685ee

#c685ee

Complementary Color

#c685ee #adee85

#c685ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c685ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c685ee Color CSS Codes

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

#c685ee Text Font Color

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

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


#c685ee Background Color

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

This div background color is #c685ee


#c685ee Border Color

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

This div border color is #c685ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c685ee


Comments

No comments written yet.

Please login to write comment.