Color Hex Logo

#c0248d Color Hex

#C0248D
(192,36,141)
0 Favorites   0 Comments

Color spaces of #c0248d

RGB 19236141
HSL0.890.680.45
HSV320°81°75°
CMYK 0.000.810.27   0.25
XYZ27.176814.391326.5447
Yxy14.39130.39900.2113
Hunter Lab37.935961.4875-14.9316
CIE-Lab44.789067.3784-20.1318

#c0248d color RGB value is (192,36,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100100 10001101
Octal 300 44 215
Decimal 192 36 141
Hex C0 24 8D

RGB Percentages of Color #c0248d

%52.03
%9.76
%38.21

CMYK Percentages of Color #c0248d

%0
%81
%27
%25

Triadic Colors of #c0248d

#c0248d #8dc024 #248dc0

Analogous Colors of #c0248d

#c0248d #c0243f #a524c0

Monochromatic Colors of #c0248d

#c0248d

Complementary Color

#c0248d #24c057

#c0248d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0248d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0248d Color CSS Codes

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

#c0248d Text Font Color

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

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


#c0248d Background Color

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

This div background color is #c0248d


#c0248d Border Color

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

This div border color is #c0248d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,36,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0248d


Comments

No comments written yet.

Please login to write comment.