Color Hex Logo

#c41cbf Color Hex

#C41CBF
(196,28,191)
0 Favorites   0 Comments

Color spaces of #c41cbf

RGB 19628191
HSL0.840.750.44
HSV302°86°77°
CMYK 0.000.860.03   0.23
XYZ32.584216.327950.7244
Yxy16.32790.32700.1639
Hunter Lab40.407873.2259-46.1420
CIE-Lab47.401876.6559-45.7284

#c41cbf color RGB value is (196,28,191).

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

The process color (four color CMYK) of #c41cbf color hex is 0.00, 0.86, 0.03, 0.23. Web safe color of #c41cbf is #cc33cc. Color #c41cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011100 10111111
Octal 304 34 277
Decimal 196 28 191
Hex C4 1C BF

RGB Percentages of Color #c41cbf

%47.23
%6.75
%46.02

CMYK Percentages of Color #c41cbf

%0
%86
%3
%23

Triadic Colors of #c41cbf

#c41cbf #bfc41c #1cbfc4

Analogous Colors of #c41cbf

#c41cbf #c41c6b #751cc4

Monochromatic Colors of #c41cbf

#c41cbf

Complementary Color

#c41cbf #1cc421

#c41cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41cbf Color CSS Codes

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

#c41cbf Text Font Color

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

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


#c41cbf Background Color

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

This div background color is #c41cbf


#c41cbf Border Color

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

This div border color is #c41cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41cbf


Comments

No comments written yet.

Please login to write comment.