Color Hex Logo

#c64adb Color Hex

#C64ADB
(198,74,219)
0 Favorites   0 Comments

Color spaces of #c64adb

RGB 19874219
HSL0.810.670.57
HSV291°66°86°
CMYK 0.100.660.00   0.14
XYZ38.523722.017869.2373
Yxy22.01780.29680.1697
Hunter Lab46.923164.4323-54.6390
CIE-Lab54.045968.1049-51.2160

#c64adb color RGB value is (198,74,219).

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

The process color (four color CMYK) of #c64adb color hex is 0.10, 0.66, 0.00, 0.14. Web safe color of #c64adb is #cc33cc. Color #c64adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001010 11011011
Octal 306 112 333
Decimal 198 74 219
Hex C6 4A DB

RGB Percentages of Color #c64adb

%40.33
%15.07
%44.60

CMYK Percentages of Color #c64adb

%10
%66
%0
%14

Triadic Colors of #c64adb

#c64adb #dbc64a #4adbc6

Analogous Colors of #c64adb

#c64adb #db4aa8 #7e4adb

Monochromatic Colors of #c64adb

#c64adb

Complementary Color

#c64adb #5fdb4a

#c64adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64adb Color CSS Codes

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

#c64adb Text Font Color

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

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


#c64adb Background Color

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

This div background color is #c64adb


#c64adb Border Color

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

This div border color is #c64adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,74,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 #c64adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64adb


Comments

No comments written yet.

Please login to write comment.