Color Hex Logo

#c141dd Color Hex

#C141DD
(193,65,221)
0 Favorites   0 Comments

Color spaces of #c141dd

RGB 19365221
HSL0.800.700.56
HSV289°71°87°
CMYK 0.130.710.00   0.13
XYZ36.933820.338570.3857
Yxy20.33850.28930.1593
Hunter Lab45.098267.2631-60.9663
CIE-Lab52.217870.8225-55.3136

#c141dd color RGB value is (193,65,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000001 11011101
Octal 301 101 335
Decimal 193 65 221
Hex C1 41 DD

RGB Percentages of Color #c141dd

%40.29
%13.57
%46.14

CMYK Percentages of Color #c141dd

%13
%71
%0
%13

Triadic Colors of #c141dd

#c141dd #ddc141 #41ddc1

Analogous Colors of #c141dd

#c141dd #dd41ab #7341dd

Monochromatic Colors of #c141dd

#c141dd

Complementary Color

#c141dd #5ddd41

#c141dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c141dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c141dd Color CSS Codes

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

#c141dd Text Font Color

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

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


#c141dd Background Color

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

This div background color is #c141dd


#c141dd Border Color

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

This div border color is #c141dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c141dd


Comments

No comments written yet.

Please login to write comment.