Color Hex Logo

#c0238d Color Hex

#C0238D
(192,35,141)
0 Favorites   0 Comments

Color spaces of #c0238d

RGB 19235141
HSL0.890.690.45
HSV319°82°75°
CMYK 0.000.820.27   0.25
XYZ27.147014.331626.5348
Yxy14.33160.39910.2107
Hunter Lab37.857161.7509-15.0576
CIE-Lab44.704867.6208-20.2614

#c0238d color RGB value is (192,35,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100011 10001101
Octal 300 43 215
Decimal 192 35 141
Hex C0 23 8D

RGB Percentages of Color #c0238d

%52.17
%9.51
%38.32

CMYK Percentages of Color #c0238d

%0
%82
%27
%25

Triadic Colors of #c0238d

#c0238d #8dc023 #238dc0

Analogous Colors of #c0238d

#c0238d #c0233e #a523c0

Monochromatic Colors of #c0238d

#c0238d

Complementary Color

#c0238d #23c056

#c0238d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0238d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0238d Color CSS Codes

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

#c0238d Text Font Color

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

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


#c0238d Background Color

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

This div background color is #c0238d


#c0238d Border Color

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

This div border color is #c0238d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0238d


Comments

No comments written yet.

Please login to write comment.