Color Hex Logo

#c41dbc Color Hex

#C41DBC
(196,29,188)
0 Favorites   0 Comments

Color spaces of #c41dbc

RGB 19629188
HSL0.840.740.44
HSV303°85°77°
CMYK 0.000.850.04   0.23
XYZ32.281416.245349.0112
Yxy16.24530.33100.1666
Hunter Lab40.305572.4295-43.8825
CIE-Lab47.294776.0302-44.1476

#c41dbc color RGB value is (196,29,188).

#c41dbc hex color red value is 196, green value is 29 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c41dbc hue: 0.84 , saturation: 0.74 and the lightness value of c41dbc is 0.44.

The process color (four color CMYK) of #c41dbc color hex is 0.00, 0.85, 0.04, 0.23. Web safe color of #c41dbc is #cc33cc. Color #c41dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011101 10111100
Octal 304 35 274
Decimal 196 29 188
Hex C4 1D BC

RGB Percentages of Color #c41dbc

%47.46
%7.02
%45.52

CMYK Percentages of Color #c41dbc

%0
%85
%4
%23

Triadic Colors of #c41dbc

#c41dbc #bcc41d #1dbcc4

Analogous Colors of #c41dbc

#c41dbc #c41d69 #791dc4

Monochromatic Colors of #c41dbc

#c41dbc

Complementary Color

#c41dbc #1dc425

#c41dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41dbc Color CSS Codes

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

#c41dbc Text Font Color

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

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


#c41dbc Background Color

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

This div background color is #c41dbc


#c41dbc Border Color

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

This div border color is #c41dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,29,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41dbc


Comments

No comments written yet.

Please login to write comment.