Color Hex Logo

#c41ecb Color Hex

#C41ECB
(196,30,203)
0 Favorites   0 Comments

Color spaces of #c41ecb

RGB 19630203
HSL0.830.740.46
HSV298°85°80°
CMYK 0.030.850.00   0.20
XYZ34.008716.976157.9842
Yxy16.97610.31210.1558
Hunter Lab41.202175.2325-54.5981
CIE-Lab48.229978.1133-51.3700

#c41ecb color RGB value is (196,30,203).

#c41ecb hex color red value is 196, green value is 30 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c41ecb hue: 0.83 , saturation: 0.74 and the lightness value of c41ecb is 0.46.

The process color (four color CMYK) of #c41ecb color hex is 0.03, 0.85, 0.00, 0.20. Web safe color of #c41ecb is #cc33cc. Color #c41ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011110 11001011
Octal 304 36 313
Decimal 196 30 203
Hex C4 1E CB

RGB Percentages of Color #c41ecb

%45.69
%6.99
%47.32

CMYK Percentages of Color #c41ecb

%3
%85
%0
%20

Triadic Colors of #c41ecb

#c41ecb #cbc41e #1ecbc4

Analogous Colors of #c41ecb

#c41ecb #cb1e7c #6e1ecb

Monochromatic Colors of #c41ecb

#c41ecb

Complementary Color

#c41ecb #25cb1e

#c41ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41ecb Color CSS Codes

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

#c41ecb Text Font Color

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

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


#c41ecb Background Color

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

This div background color is #c41ecb


#c41ecb Border Color

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

This div border color is #c41ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41ecb


Comments

No comments written yet.

Please login to write comment.