Color Hex Logo

#c0238c Color Hex

#C0238C
(192,35,140)
0 Favorites   0 Comments

Color spaces of #c0238c

RGB 19235140
HSL0.890.690.45
HSV320°82°75°
CMYK 0.000.820.27   0.25
XYZ27.072914.302026.1446
Yxy14.30200.40100.2118
Hunter Lab37.818061.6020-14.5162
CIE-Lab44.663067.5012-19.7181

#c0238c color RGB value is (192,35,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100011 10001100
Octal 300 43 214
Decimal 192 35 140
Hex C0 23 8C

RGB Percentages of Color #c0238c

%52.32
%9.54
%38.15

CMYK Percentages of Color #c0238c

%0
%82
%27
%25

Triadic Colors of #c0238c

#c0238c #8cc023 #238cc0

Analogous Colors of #c0238c

#c0238c #c0233e #a623c0

Monochromatic Colors of #c0238c

#c0238c

Complementary Color

#c0238c #23c057

#c0238c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0238c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0238c Color CSS Codes

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

#c0238c Text Font Color

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

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


#c0238c Background Color

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

This div background color is #c0238c


#c0238c Border Color

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

This div border color is #c0238c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0238c


Comments

No comments written yet.

Please login to write comment.