Color Hex Logo

#c02263 Color Hex

#C02263
(192,34,99)
0 Favorites   0 Comments

Color spaces of #c02263

RGB 1923499
HSL0.930.700.44
HSV335°82°75°
CMYK 0.000.820.48   0.25
XYZ24.562413.251413.0676
Yxy13.25140.48270.2604
Hunter Lab36.402556.73774.1981
CIE-Lab43.139663.56683.3123

#c02263 color RGB value is (192,34,99).

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

The process color (four color CMYK) of #c02263 color hex is 0.00, 0.82, 0.48, 0.25. Web safe color of #c02263 is #cc3366. Color #c02263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100010 01100011
Octal 300 42 143
Decimal 192 34 99
Hex C0 22 63

RGB Percentages of Color #c02263

%59.08
%10.46
%30.46

CMYK Percentages of Color #c02263

%0
%82
%48
%25

Triadic Colors of #c02263

#c02263 #63c022 #2263c0

Analogous Colors of #c02263

#c02263 #c03022 #c022b2

Monochromatic Colors of #c02263

#c02263

Complementary Color

#c02263 #22c07f

#c02263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02263 Color CSS Codes

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

#c02263 Text Font Color

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

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


#c02263 Background Color

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

This div background color is #c02263


#c02263 Border Color

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

This div border color is #c02263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02263


Comments

No comments written yet.

Please login to write comment.