Color Hex Logo

#c668ee Color Hex

#C668EE
(198,104,238)
0 Favorites   0 Comments

Color spaces of #c668ee

RGB 198104238
HSL0.780.800.67
HSV282°56°93°
CMYK 0.170.560.00   0.07
XYZ43.671628.079484.0070
Yxy28.07940.28040.1803
Hunter Lab52.990054.3779-56.9016
CIE-Lab59.960458.4094-52.4686

#c668ee color RGB value is (198,104,238).

#c668ee hex color red value is 198, green value is 104 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c668ee hue: 0.78 , saturation: 0.80 and the lightness value of c668ee is 0.67.

The process color (four color CMYK) of #c668ee color hex is 0.17, 0.56, 0.00, 0.07. Web safe color of #c668ee is #cc66ff. Color #c668ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101000 11101110
Octal 306 150 356
Decimal 198 104 238
Hex C6 68 EE

RGB Percentages of Color #c668ee

%36.67
%19.26
%44.07

CMYK Percentages of Color #c668ee

%17
%56
%0
%7

Triadic Colors of #c668ee

#c668ee #eec668 #68eec6

Analogous Colors of #c668ee

#c668ee #ee68d3 #8368ee

Monochromatic Colors of #c668ee

#c668ee

Complementary Color

#c668ee #90ee68

#c668ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c668ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c668ee Color CSS Codes

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

#c668ee Text Font Color

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

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


#c668ee Background Color

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

This div background color is #c668ee


#c668ee Border Color

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

This div border color is #c668ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,104,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 #c668ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c668ee


Comments

No comments written yet.

Please login to write comment.