Color Hex Logo

#c141df Color Hex

#C141DF
(193,65,223)
0 Favorites   0 Comments

Color spaces of #c141df

RGB 19365223
HSL0.800.710.56
HSV289°71°87°
CMYK 0.130.710.00   0.13
XYZ37.201920.445871.7977
Yxy20.44580.28740.1579
Hunter Lab45.217067.7294-62.4915
CIE-Lab52.337571.1871-56.2558

#c141df color RGB value is (193,65,223).

#c141df hex color red value is 193, green value is 65 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c141df hue: 0.80 , saturation: 0.71 and the lightness value of c141df is 0.56.

The process color (four color CMYK) of #c141df color hex is 0.13, 0.71, 0.00, 0.13. Web safe color of #c141df is #cc33cc. Color #c141df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000001 11011111
Octal 301 101 337
Decimal 193 65 223
Hex C1 41 DF

RGB Percentages of Color #c141df

%40.12
%13.51
%46.36

CMYK Percentages of Color #c141df

%13
%71
%0
%13

Triadic Colors of #c141df

#c141df #dfc141 #41dfc1

Analogous Colors of #c141df

#c141df #df41ae #7241df

Monochromatic Colors of #c141df

#c141df

Complementary Color

#c141df #5fdf41

#c141df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c141df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c141df Color CSS Codes

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

#c141df Text Font Color

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

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


#c141df Background Color

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

This div background color is #c141df


#c141df Border Color

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

This div border color is #c141df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,65,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c141df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c141df;
  -webkit-box-shadow: 1px 1px 3px 2px #c141df;
  box-shadow:         1px 1px 3px 2px #c141df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,65,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c141df


Comments

No comments written yet.

Please login to write comment.