Color Hex Logo

#c64ddb Color Hex

#C64DDB
(198,77,219)
0 Favorites   0 Comments

Color spaces of #c64ddb

RGB 19877219
HSL0.810.660.58
HSV291°65°86°
CMYK 0.100.650.00   0.14
XYZ38.728822.428069.3056
Yxy22.42800.29690.1719
Hunter Lab47.358263.0976-53.6162
CIE-Lab54.478266.8970-50.5272

#c64ddb color RGB value is (198,77,219).

#c64ddb hex color red value is 198, green value is 77 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c64ddb hue: 0.81 , saturation: 0.66 and the lightness value of c64ddb is 0.58.

The process color (four color CMYK) of #c64ddb color hex is 0.10, 0.65, 0.00, 0.14. Web safe color of #c64ddb is #cc66cc. Color #c64ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001101 11011011
Octal 306 115 333
Decimal 198 77 219
Hex C6 4D DB

RGB Percentages of Color #c64ddb

%40.08
%15.59
%44.33

CMYK Percentages of Color #c64ddb

%10
%65
%0
%14

Triadic Colors of #c64ddb

#c64ddb #dbc64d #4ddbc6

Analogous Colors of #c64ddb

#c64ddb #db4da9 #7f4ddb

Monochromatic Colors of #c64ddb

#c64ddb

Complementary Color

#c64ddb #62db4d

#c64ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64ddb Color CSS Codes

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

#c64ddb Text Font Color

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

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


#c64ddb Background Color

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

This div background color is #c64ddb


#c64ddb Border Color

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

This div border color is #c64ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64ddb


Comments

No comments written yet.

Please login to write comment.