Color Hex Logo

#c64ddf Color Hex

#C64DDF
(198,77,223)
0 Favorites   0 Comments

Color spaces of #c64ddf

RGB 19877223
HSL0.800.700.59
HSV290°65°87°
CMYK 0.110.650.00   0.13
XYZ39.261922.641272.1129
Yxy22.64120.29300.1689
Hunter Lab47.582864.0156-56.5476
CIE-Lab54.700867.6305-52.4356

#c64ddf color RGB value is (198,77,223).

#c64ddf hex color red value is 198, green value is 77 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c64ddf hue: 0.80 , saturation: 0.70 and the lightness value of c64ddf is 0.59.

The process color (four color CMYK) of #c64ddf color hex is 0.11, 0.65, 0.00, 0.13. Web safe color of #c64ddf is #cc66cc. Color #c64ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001101 11011111
Octal 306 115 337
Decimal 198 77 223
Hex C6 4D DF

RGB Percentages of Color #c64ddf

%39.76
%15.46
%44.78

CMYK Percentages of Color #c64ddf

%11
%65
%0
%13

Triadic Colors of #c64ddf

#c64ddf #dfc64d #4ddfc6

Analogous Colors of #c64ddf

#c64ddf #df4daf #7d4ddf

Monochromatic Colors of #c64ddf

#c64ddf

Complementary Color

#c64ddf #66df4d

#c64ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64ddf Color CSS Codes

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

#c64ddf Text Font Color

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

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


#c64ddf Background Color

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

This div background color is #c64ddf


#c64ddf Border Color

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

This div border color is #c64ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64ddf


Comments

No comments written yet.

Please login to write comment.