Color Hex Logo

#c62390 Color Hex

#C62390
(198,35,144)
0 Favorites   0 Comments

Color spaces of #c62390

RGB 19835144
HSL0.890.700.46
HSV320°82°78°
CMYK 0.000.820.27   0.22
XYZ28.923815.221427.7991
Yxy15.22140.40200.2116
Hunter Lab39.014664.0569-14.9357
CIE-Lab45.936069.3466-20.0920

#c62390 color RGB value is (198,35,144).

#c62390 hex color red value is 198, green value is 35 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c62390 hue: 0.89 , saturation: 0.70 and the lightness value of c62390 is 0.46.

The process color (four color CMYK) of #c62390 color hex is 0.00, 0.82, 0.27, 0.22. Web safe color of #c62390 is #cc3399. Color #c62390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100011 10010000
Octal 306 43 220
Decimal 198 35 144
Hex C6 23 90

RGB Percentages of Color #c62390

%52.52
%9.28
%38.20

CMYK Percentages of Color #c62390

%0
%82
%27
%22

Triadic Colors of #c62390

#c62390 #90c623 #2390c6

Analogous Colors of #c62390

#c62390 #c6233e #ab23c6

Monochromatic Colors of #c62390

#c62390

Complementary Color

#c62390 #23c659

#c62390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62390 Color CSS Codes

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

#c62390 Text Font Color

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

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


#c62390 Background Color

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

This div background color is #c62390


#c62390 Border Color

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

This div border color is #c62390


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,35,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c62390; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c62390;
  -webkit-box-shadow: 1px 1px 3px 2px #c62390;
  box-shadow:         1px 1px 3px 2px #c62390; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,35,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62390


Comments

No comments written yet.

Please login to write comment.