Color Hex Logo

#c43cdb Color Hex

#C43CDB
(196,60,219)
0 Favorites   0 Comments

Color spaces of #c43cdb

RGB 19660219
HSL0.810.690.55
HSV291°73°86°
CMYK 0.110.730.00   0.14
XYZ37.167020.082068.9351
Yxy20.08200.29450.1591
Hunter Lab44.812969.6218-59.8359
CIE-Lab51.929872.8302-54.6139

#c43cdb color RGB value is (196,60,219).

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

The process color (four color CMYK) of #c43cdb color hex is 0.11, 0.73, 0.00, 0.14. Web safe color of #c43cdb is #cc33cc. Color #c43cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111100 11011011
Octal 304 74 333
Decimal 196 60 219
Hex C4 3C DB

RGB Percentages of Color #c43cdb

%41.26
%12.63
%46.11

CMYK Percentages of Color #c43cdb

%11
%73
%0
%14

Triadic Colors of #c43cdb

#c43cdb #dbc43c #3cdbc4

Analogous Colors of #c43cdb

#c43cdb #db3ca3 #753cdb

Monochromatic Colors of #c43cdb

#c43cdb

Complementary Color

#c43cdb #53db3c

#c43cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43cdb Color CSS Codes

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

#c43cdb Text Font Color

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

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


#c43cdb Background Color

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

This div background color is #c43cdb


#c43cdb Border Color

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

This div border color is #c43cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43cdb


Comments

No comments written yet.

Please login to write comment.