Color Hex Logo

#c140cf Color Hex

#C140CF
(193,64,207)
0 Favorites   0 Comments

Color spaces of #c140cf

RGB 19364207
HSL0.820.600.53
HSV294°69°81°
CMYK 0.070.690.00   0.19
XYZ35.088219.509260.9478
Yxy19.50920.30370.1688
Hunter Lab44.169264.5050-50.8941
CIE-Lab51.277768.6930-48.8313

#c140cf color RGB value is (193,64,207).

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

The process color (four color CMYK) of #c140cf color hex is 0.07, 0.69, 0.00, 0.19. Web safe color of #c140cf is #cc33cc. Color #c140cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000000 11001111
Octal 301 100 317
Decimal 193 64 207
Hex C1 40 CF

RGB Percentages of Color #c140cf

%41.59
%13.79
%44.61

CMYK Percentages of Color #c140cf

%7
%69
%0
%19

Triadic Colors of #c140cf

#c140cf #cfc140 #40cfc1

Analogous Colors of #c140cf

#c140cf #cf4096 #7a40cf

Monochromatic Colors of #c140cf

#c140cf

Complementary Color

#c140cf #4ecf40

#c140cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c140cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c140cf Color CSS Codes

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

#c140cf Text Font Color

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

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


#c140cf Background Color

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

This div background color is #c140cf


#c140cf Border Color

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

This div border color is #c140cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c140cf


Comments

No comments written yet.

Please login to write comment.