color codes Logo

#c40bdb color codes

#C40BDB
(196,11,219)
0 Favorites   0 Comments

Color spaces of #c40bdb

RGB 19611219
HSL0.810.900.45
HSV293°95°86°
CMYK 0.110.950.00   0.14
XYZ35.670817.089668.4364
Yxy17.08960.29430.1410
Hunter Lab41.339681.6786-69.2151
CIE-Lab48.372783.1887-60.3316

#c40bdb color RGB value is (196,11,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001011 11011011
Octal 304 13 333
Decimal 196 11 219
Hex C4 B DB

RGB Percentages of Color #c40bdb

%46.01
%2.58
%51.41

CMYK Percentages of Color #c40bdb

%11
%95
%0
%14

Triadic Colors of #c40bdb

#c40bdb #dbc40b #0bdbc4

Analogous Colors of #c40bdb

#c40bdb #db0b8a #5c0bdb

Monochromatic Colors of #c40bdb

#c40bdb

Complementary Color

#c40bdb #22db0b

#c40bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40bdb Color CSS Codes

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

#c40bdb Text Font Color

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

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


#c40bdb Background Color

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

This div background color is #c40bdb


#c40bdb Border Color

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

This div border color is #c40bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40bdb


Comments

No comments written yet.

Please login to write comment.