color codes Logo

#c140dd color codes

#C140DD
(193,64,221)
0 Favorites   0 Comments

Color spaces of #c140dd

RGB 19364221
HSL0.800.700.56
HSV289°71°87°
CMYK 0.130.710.00   0.13
XYZ36.876920.224770.3667
Yxy20.22470.28930.1587
Hunter Lab44.971967.6690-61.2897
CIE-Lab52.090371.1845-55.5178

#c140dd color RGB value is (193,64,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000000 11011101
Octal 301 100 335
Decimal 193 64 221
Hex C1 40 DD

RGB Percentages of Color #c140dd

%40.38
%13.39
%46.23

CMYK Percentages of Color #c140dd

%13
%71
%0
%13

Triadic Colors of #c140dd

#c140dd #ddc140 #40ddc1

Analogous Colors of #c140dd

#c140dd #dd40ab #7340dd

Monochromatic Colors of #c140dd

#c140dd

Complementary Color

#c140dd #5cdd40

#c140dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c140dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c140dd Color CSS Codes

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

#c140dd Text Font Color

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

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


#c140dd Background Color

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

This div background color is #c140dd


#c140dd Border Color

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

This div border color is #c140dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,64,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 #c140dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c140dd


Comments

No comments written yet.

Please login to write comment.