Color Hex Logo

#c62392 Color Hex

#C62392
(198,35,146)
0 Favorites   0 Comments

Color spaces of #c62392

RGB 19835146
HSL0.890.700.46
HSV319°82°78°
CMYK 0.000.820.26   0.22
XYZ29.078015.283228.6115
Yxy15.28320.39850.2094
Hunter Lab39.093764.3546-16.0269
CIE-Lab46.019769.5824-21.1718

#c62392 color RGB value is (198,35,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100011 10010010
Octal 306 43 222
Decimal 198 35 146
Hex C6 23 92

RGB Percentages of Color #c62392

%52.24
%9.23
%38.52

CMYK Percentages of Color #c62392

%0
%82
%26
%22

Triadic Colors of #c62392

#c62392 #92c623 #2392c6

Analogous Colors of #c62392

#c62392 #c62341 #a923c6

Monochromatic Colors of #c62392

#c62392

Complementary Color

#c62392 #23c657

#c62392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62392 Color CSS Codes

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

#c62392 Text Font Color

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

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


#c62392 Background Color

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

This div background color is #c62392


#c62392 Border Color

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

This div border color is #c62392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62392


Comments

No comments written yet.

Please login to write comment.