Color Hex Logo

#c162e1 Color Hex

#C162E1
(193,98,225)
0 Favorites   0 Comments

Color spaces of #c162e1

RGB 19398225
HSL0.790.680.63
HSV285°56°88°
CMYK 0.140.560.00   0.12
XYZ39.950625.509174.0523
Yxy25.50910.28640.1828
Hunter Lab50.506552.8068-51.5760
CIE-Lab57.568157.4361-49.0410

#c162e1 color RGB value is (193,98,225).

#c162e1 hex color red value is 193, green value is 98 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #c162e1 hue: 0.79 , saturation: 0.68 and the lightness value of c162e1 is 0.63.

The process color (four color CMYK) of #c162e1 color hex is 0.14, 0.56, 0.00, 0.12. Web safe color of #c162e1 is #cc66cc. Color #c162e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100010 11100001
Octal 301 142 341
Decimal 193 98 225
Hex C1 62 E1

RGB Percentages of Color #c162e1

%37.40
%18.99
%43.60

CMYK Percentages of Color #c162e1

%14
%56
%0
%12

Triadic Colors of #c162e1

#c162e1 #e1c162 #62e1c1

Analogous Colors of #c162e1

#c162e1 #e162c2 #8262e1

Monochromatic Colors of #c162e1

#c162e1

Complementary Color

#c162e1 #82e162

#c162e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c162e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c162e1 Color CSS Codes

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

#c162e1 Text Font Color

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

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


#c162e1 Background Color

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

This div background color is #c162e1


#c162e1 Border Color

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

This div border color is #c162e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c162e1


Comments

No comments written yet.

Please login to write comment.