Color Hex Logo

#c147ff Color Hex

#C147FF
(193,71,255)
0 Favorites   0 Comments

Color spaces of #c147ff

RGB 19371255
HSL0.781.000.64
HSV280°72°100°
CMYK 0.240.720.00   0.00
XYZ42.295623.063996.8303
Yxy23.06390.26080.1422
Hunter Lab48.024973.1617-85.9262
CIE-Lab55.138175.0997-69.6781

#c147ff color RGB value is (193,71,255).

#c147ff hex color red value is 193, green value is 71 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c147ff hue: 0.78 , saturation: 1.00 and the lightness value of c147ff is 0.64.

The process color (four color CMYK) of #c147ff color hex is 0.24, 0.72, 0.00, 0.00. Web safe color of #c147ff is #cc33ff. Color #c147ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000111 11111111
Octal 301 107 377
Decimal 193 71 255
Hex C1 47 FF

RGB Percentages of Color #c147ff

%37.19
%13.68
%49.13

CMYK Percentages of Color #c147ff

%24
%72
%0
%0

Triadic Colors of #c147ff

#c147ff #ffc147 #47ffc1

Analogous Colors of #c147ff

#c147ff #ff47e1 #6547ff

Monochromatic Colors of #c147ff

#c147ff

Complementary Color

#c147ff #85ff47

#c147ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c147ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c147ff Color CSS Codes

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

#c147ff Text Font Color

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

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


#c147ff Background Color

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

This div background color is #c147ff


#c147ff Border Color

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

This div border color is #c147ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c147ff

#c147ff Color Palettes


Comments

No comments written yet.

Please login to write comment.