Color Hex Logo

#c140ca Color Hex

#C140CA
(193,64,202)
0 Favorites   0 Comments

Color spaces of #c140ca

RGB 19364202
HSL0.820.570.52
HSV296°68°79°
CMYK 0.040.680.00   0.21
XYZ34.486419.268557.7787
Yxy19.26850.30920.1728
Hunter Lab43.895963.4190-47.3143
CIE-Lab50.999967.8281-46.4025

#c140ca color RGB value is (193,64,202).

#c140ca hex color red value is 193, green value is 64 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c140ca hue: 0.82 , saturation: 0.57 and the lightness value of c140ca is 0.52.

The process color (four color CMYK) of #c140ca color hex is 0.04, 0.68, 0.00, 0.21. Web safe color of #c140ca is #cc33cc. Color #c140ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000000 11001010
Octal 301 100 312
Decimal 193 64 202
Hex C1 40 CA

RGB Percentages of Color #c140ca

%42.05
%13.94
%44.01

CMYK Percentages of Color #c140ca

%4
%68
%0
%21

Triadic Colors of #c140ca

#c140ca #cac140 #40cac1

Analogous Colors of #c140ca

#c140ca #ca408e #7c40ca

Monochromatic Colors of #c140ca

#c140ca

Complementary Color

#c140ca #49ca40

#c140ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c140ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c140ca Color CSS Codes

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

#c140ca Text Font Color

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

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


#c140ca Background Color

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

This div background color is #c140ca


#c140ca Border Color

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

This div border color is #c140ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c140ca


Comments

No comments written yet.

Please login to write comment.