Color Hex Logo

#c147ca Color Hex

#C147CA
(193,71,202)
0 Favorites   0 Comments

Color spaces of #c147ca

RGB 19371202
HSL0.820.550.54
HSV296°65°79°
CMYK 0.040.650.00   0.21
XYZ34.906220.108257.9186
Yxy20.10820.30910.1781
Hunter Lab44.842260.4748-45.1900
CIE-Lab51.959365.1337-44.8789

#c147ca color RGB value is (193,71,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000111 11001010
Octal 301 107 312
Decimal 193 71 202
Hex C1 47 CA

RGB Percentages of Color #c147ca

%41.42
%15.24
%43.35

CMYK Percentages of Color #c147ca

%4
%65
%0
%21

Triadic Colors of #c147ca

#c147ca #cac147 #47cac1

Analogous Colors of #c147ca

#c147ca #ca4792 #8047ca

Monochromatic Colors of #c147ca

#c147ca

Complementary Color

#c147ca #50ca47

#c147ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c147ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c147ca Color CSS Codes

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

#c147ca Text Font Color

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

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


#c147ca Background Color

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

This div background color is #c147ca


#c147ca Border Color

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

This div border color is #c147ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c147ca


Comments

No comments written yet.

Please login to write comment.