Color Hex Logo

#c0228e Color Hex

#C0228E
(192,34,142)
0 Favorites   0 Comments

Color spaces of #c0228e

RGB 19234142
HSL0.890.700.44
HSV319°82°75°
CMYK 0.000.820.26   0.25
XYZ27.192714.303526.9188
Yxy14.30350.39750.2091
Hunter Lab37.820062.1572-15.7264
CIE-Lab44.665167.9766-20.9295

#c0228e color RGB value is (192,34,142).

#c0228e hex color red value is 192, green value is 34 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c0228e hue: 0.89 , saturation: 0.70 and the lightness value of c0228e is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100010 10001110
Octal 300 42 216
Decimal 192 34 142
Hex C0 22 8E

RGB Percentages of Color #c0228e

%52.17
%9.24
%38.59

CMYK Percentages of Color #c0228e

%0
%82
%26
%25

Triadic Colors of #c0228e

#c0228e #8ec022 #228ec0

Analogous Colors of #c0228e

#c0228e #c0223f #a322c0

Monochromatic Colors of #c0228e

#c0228e

Complementary Color

#c0228e #22c054

#c0228e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0228e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0228e Color CSS Codes

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

#c0228e Text Font Color

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

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


#c0228e Background Color

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

This div background color is #c0228e


#c0228e Border Color

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

This div border color is #c0228e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0228e


Comments

No comments written yet.

Please login to write comment.