Color Hex Logo

#c162ca Color Hex

#C162CA
(193,98,202)
0 Favorites   0 Comments

Color spaces of #c162ca

RGB 19398202
HSL0.820.500.59
HSV295°51°79°
CMYK 0.040.510.00   0.21
XYZ37.020724.337158.6234
Yxy24.33710.30860.2028
Hunter Lab49.332647.6196-35.9232
CIE-Lab56.423752.9794-37.8363

#c162ca color RGB value is (193,98,202).

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

The process color (four color CMYK) of #c162ca color hex is 0.04, 0.51, 0.00, 0.21. Web safe color of #c162ca is #cc66cc. Color #c162ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100010 11001010
Octal 301 142 312
Decimal 193 98 202
Hex C1 62 CA

RGB Percentages of Color #c162ca

%39.15
%19.88
%40.97

CMYK Percentages of Color #c162ca

%4
%51
%0
%21

Triadic Colors of #c162ca

#c162ca #cac162 #62cac1

Analogous Colors of #c162ca

#c162ca #ca629f #8d62ca

Monochromatic Colors of #c162ca

#c162ca

Complementary Color

#c162ca #6bca62

#c162ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c162ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c162ca Color CSS Codes

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

#c162ca Text Font Color

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

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


#c162ca Background Color

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

This div background color is #c162ca


#c162ca Border Color

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

This div border color is #c162ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c162ca


Comments

No comments written yet.

Please login to write comment.