Color Hex Logo

#c147de Color Hex

#C147DE
(193,71,222)
0 Favorites   0 Comments

Color spaces of #c147de

RGB 19371222
HSL0.800.700.57
HSV288°68°87°
CMYK 0.130.680.00   0.13
XYZ37.430421.117971.2106
Yxy21.11790.28850.1627
Hunter Lab45.954264.9711-59.7078
CIE-Lab53.078368.7415-54.5029

#c147de color RGB value is (193,71,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000111 11011110
Octal 301 107 336
Decimal 193 71 222
Hex C1 47 DE

RGB Percentages of Color #c147de

%39.71
%14.61
%45.68

CMYK Percentages of Color #c147de

%13
%68
%0
%13

Triadic Colors of #c147de

#c147de #dec147 #47dec1

Analogous Colors of #c147de

#c147de #de47b0 #7647de

Monochromatic Colors of #c147de

#c147de

Complementary Color

#c147de #64de47

#c147de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c147de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c147de Color CSS Codes

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

#c147de Text Font Color

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

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


#c147de Background Color

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

This div background color is #c147de


#c147de Border Color

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

This div border color is #c147de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c147de


Comments

No comments written yet.

Please login to write comment.