Color Hex Logo

#c668ef Color Hex

#C668EF
(198,104,239)
0 Favorites   0 Comments

Color spaces of #c668ef

RGB 198104239
HSL0.780.810.67
HSV282°56°94°
CMYK 0.170.560.00   0.06
XYZ43.819028.138484.7831
Yxy28.13840.27960.1795
Hunter Lab53.045654.6222-57.6315
CIE-Lab60.013658.6138-52.9401

#c668ef color RGB value is (198,104,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101000 11101111
Octal 306 150 357
Decimal 198 104 239
Hex C6 68 EF

RGB Percentages of Color #c668ef

%36.60
%19.22
%44.18

CMYK Percentages of Color #c668ef

%17
%56
%0
%6

Triadic Colors of #c668ef

#c668ef #efc668 #68efc6

Analogous Colors of #c668ef

#c668ef #ef68d5 #8368ef

Monochromatic Colors of #c668ef

#c668ef

Complementary Color

#c668ef #91ef68

#c668ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c668ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c668ef Color CSS Codes

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

#c668ef Text Font Color

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

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


#c668ef Background Color

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

This div background color is #c668ef


#c668ef Border Color

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

This div border color is #c668ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c668ef


Comments

No comments written yet.

Please login to write comment.