Color Hex Logo

#c40adb Color Hex

#C40ADB
(196,10,219)
0 Favorites   0 Comments

Color spaces of #c40adb

RGB 19610219
HSL0.810.910.45
HSV293°95°86°
CMYK 0.110.950.00   0.14
XYZ35.659717.067368.4327
Yxy17.06730.29430.1409
Hunter Lab41.312681.7784-69.2928
CIE-Lab48.344783.2720-60.3768

#c40adb color RGB value is (196,10,219).

#c40adb hex color red value is 196, green value is 10 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c40adb hue: 0.81 , saturation: 0.91 and the lightness value of c40adb is 0.45.

The process color (four color CMYK) of #c40adb color hex is 0.11, 0.95, 0.00, 0.14. Web safe color of #c40adb is #cc00cc. Color #c40adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001010 11011011
Octal 304 12 333
Decimal 196 10 219
Hex C4 A DB

RGB Percentages of Color #c40adb

%46.12
%2.35
%51.53

CMYK Percentages of Color #c40adb

%11
%95
%0
%14

Triadic Colors of #c40adb

#c40adb #dbc40a #0adbc4

Analogous Colors of #c40adb

#c40adb #db0a8a #5b0adb

Monochromatic Colors of #c40adb

#c40adb

Complementary Color

#c40adb #21db0a

#c40adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40adb Color CSS Codes

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

#c40adb Text Font Color

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

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


#c40adb Background Color

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

This div background color is #c40adb


#c40adb Border Color

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

This div border color is #c40adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40adb


Comments

No comments written yet.

Please login to write comment.