Color Hex Logo

#c41de5 Color Hex

#C41DE5
(196,29,229)
0 Favorites   0 Comments

Color spaces of #c41de5

RGB 19629229
HSL0.810.790.51
HSV290°87°90°
CMYK 0.140.870.00   0.10
XYZ37.347218.271675.6871
Yxy18.27160.28440.1392
Hunter Lab42.745381.1539-75.0603
CIE-Lab49.823982.4973-63.6780

#c41de5 color RGB value is (196,29,229).

#c41de5 hex color red value is 196, green value is 29 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #c41de5 hue: 0.81 , saturation: 0.79 and the lightness value of c41de5 is 0.51.

The process color (four color CMYK) of #c41de5 color hex is 0.14, 0.87, 0.00, 0.10. Web safe color of #c41de5 is #cc33cc. Color #c41de5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011101 11100101
Octal 304 35 345
Decimal 196 29 229
Hex C4 1D E5

RGB Percentages of Color #c41de5

%43.17
%6.39
%50.44

CMYK Percentages of Color #c41de5

%14
%87
%0
%10

Triadic Colors of #c41de5

#c41de5 #e5c41d #1de5c4

Analogous Colors of #c41de5

#c41de5 #e51da2 #601de5

Monochromatic Colors of #c41de5

#c41de5

Complementary Color

#c41de5 #3ee51d

#c41de5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41de5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41de5 Color CSS Codes

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

#c41de5 Text Font Color

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

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


#c41de5 Background Color

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

This div background color is #c41de5


#c41de5 Border Color

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

This div border color is #c41de5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41de5


Comments

No comments written yet.

Please login to write comment.