Color Hex Logo

#c162d2 Color Hex

#C162D2
(193,98,210)
0 Favorites   0 Comments

Color spaces of #c162d2

RGB 19398210
HSL0.810.550.60
HSV291°53°82°
CMYK 0.080.530.00   0.18
XYZ37.992924.726063.7429
Yxy24.72600.30040.1955
Hunter Lab49.725249.3649-41.1963
CIE-Lab56.807554.4942-41.7794

#c162d2 color RGB value is (193,98,210).

#c162d2 hex color red value is 193, green value is 98 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #c162d2 hue: 0.81 , saturation: 0.55 and the lightness value of c162d2 is 0.60.

The process color (four color CMYK) of #c162d2 color hex is 0.08, 0.53, 0.00, 0.18. Web safe color of #c162d2 is #cc66cc. Color #c162d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100010 11010010
Octal 301 142 322
Decimal 193 98 210
Hex C1 62 D2

RGB Percentages of Color #c162d2

%38.52
%19.56
%41.92

CMYK Percentages of Color #c162d2

%8
%53
%0
%18

Triadic Colors of #c162d2

#c162d2 #d2c162 #62d2c1

Analogous Colors of #c162d2

#c162d2 #d262ab #8962d2

Monochromatic Colors of #c162d2

#c162d2

Complementary Color

#c162d2 #73d262

#c162d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c162d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c162d2 Color CSS Codes

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

#c162d2 Text Font Color

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

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


#c162d2 Background Color

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

This div background color is #c162d2


#c162d2 Border Color

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

This div border color is #c162d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c162d2


Comments

No comments written yet.

Please login to write comment.