Color Hex Logo

#c02592 Color Hex

#C02592
(192,37,146)
0 Favorites   0 Comments

Color spaces of #c02592

RGB 19237146
HSL0.880.680.45
HSV318°81°75°
CMYK 0.000.810.24   0.25
XYZ27.588114.604928.5591
Yxy14.60490.38990.2064
Hunter Lab38.216461.9792-17.5560
CIE-Lab45.088267.7419-22.6995

#c02592 color RGB value is (192,37,146).

#c02592 hex color red value is 192, green value is 37 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #c02592 hue: 0.88 , saturation: 0.68 and the lightness value of c02592 is 0.45.

The process color (four color CMYK) of #c02592 color hex is 0.00, 0.81, 0.24, 0.25. Web safe color of #c02592 is #cc3399. Color #c02592 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100101 10010010
Octal 300 45 222
Decimal 192 37 146
Hex C0 25 92

RGB Percentages of Color #c02592

%51.20
%9.87
%38.93

CMYK Percentages of Color #c02592

%0
%81
%24
%25

Triadic Colors of #c02592

#c02592 #92c025 #2592c0

Analogous Colors of #c02592

#c02592 #c02545 #a125c0

Monochromatic Colors of #c02592

#c02592

Complementary Color

#c02592 #25c053

#c02592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02592 Color CSS Codes

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

#c02592 Text Font Color

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

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


#c02592 Background Color

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

This div background color is #c02592


#c02592 Border Color

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

This div border color is #c02592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02592


Comments

No comments written yet.

Please login to write comment.