Color Hex Logo

#c665dd Color Hex

#C665DD
(198,101,221)
0 Favorites   0 Comments

Color spaces of #c665dd

RGB 198101221
HSL0.800.640.63
HSV289°54°87°
CMYK 0.100.540.00   0.13
XYZ40.993526.533671.3675
Yxy26.53360.29510.1910
Hunter Lab51.510851.9107-46.0880
CIE-Lab58.540156.4776-45.2134

#c665dd color RGB value is (198,101,221).

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

The process color (four color CMYK) of #c665dd color hex is 0.10, 0.54, 0.00, 0.13. Web safe color of #c665dd is #cc66cc. Color #c665dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100101 11011101
Octal 306 145 335
Decimal 198 101 221
Hex C6 65 DD

RGB Percentages of Color #c665dd

%38.08
%19.42
%42.50

CMYK Percentages of Color #c665dd

%10
%54
%0
%13

Triadic Colors of #c665dd

#c665dd #ddc665 #65ddc6

Analogous Colors of #c665dd

#c665dd #dd65b8 #8a65dd

Monochromatic Colors of #c665dd

#c665dd

Complementary Color

#c665dd #7cdd65

#c665dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c665dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c665dd Color CSS Codes

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

#c665dd Text Font Color

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

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


#c665dd Background Color

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

This div background color is #c665dd


#c665dd Border Color

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

This div border color is #c665dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c665dd


Comments

No comments written yet.

Please login to write comment.