Color Hex Logo

#c668da Color Hex

#C668DA
(198,104,218)
0 Favorites   0 Comments

Color spaces of #c668da

RGB 198104218
HSL0.800.610.63
HSV289°52°85°
CMYK 0.090.520.00   0.15
XYZ40.893926.968469.3797
Yxy26.96840.29800.1965
Hunter Lab51.931149.6830-42.8594
CIE-Lab58.945154.4259-42.8870

#c668da color RGB value is (198,104,218).

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

The process color (four color CMYK) of #c668da color hex is 0.09, 0.52, 0.00, 0.15. Web safe color of #c668da is #cc66cc. Color #c668da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101000 11011010
Octal 306 150 332
Decimal 198 104 218
Hex C6 68 DA

RGB Percentages of Color #c668da

%38.08
%20.00
%41.92

CMYK Percentages of Color #c668da

%9
%52
%0
%15

Triadic Colors of #c668da

#c668da #dac668 #68dac6

Analogous Colors of #c668da

#c668da #da68b5 #8d68da

Monochromatic Colors of #c668da

#c668da

Complementary Color

#c668da #7cda68

#c668da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c668da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c668da Color CSS Codes

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

#c668da Text Font Color

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

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


#c668da Background Color

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

This div background color is #c668da


#c668da Border Color

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

This div border color is #c668da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c668da


Comments

No comments written yet.

Please login to write comment.