Color Hex Logo

#c03f59 Color Hex

#C03F59
(192,63,89)
0 Favorites   0 Comments

Color spaces of #c03f59

RGB 1926389
HSL0.970.510.50
HSV348°67°75°
CMYK 0.000.670.54   0.25
XYZ25.318915.482711.1052
Yxy15.48270.48780.2983
Hunter Lab39.348145.998510.8102
CIE-Lab46.288453.231313.9496

#c03f59 color RGB value is (192,63,89).

#c03f59 hex color red value is 192, green value is 63 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #c03f59 hue: 0.97 , saturation: 0.51 and the lightness value of c03f59 is 0.50.

The process color (four color CMYK) of #c03f59 color hex is 0.00, 0.67, 0.54, 0.25. Web safe color of #c03f59 is #cc3366. Color #c03f59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111111 01011001
Octal 300 77 131
Decimal 192 63 89
Hex C0 3F 59

RGB Percentages of Color #c03f59

%55.81
%18.31
%25.87

CMYK Percentages of Color #c03f59

%0
%67
%54
%25

Triadic Colors of #c03f59

#c03f59 #59c03f #3f59c0

Analogous Colors of #c03f59

#c03f59 #c0663f #c03f9a

Monochromatic Colors of #c03f59

#c03f59

Complementary Color

#c03f59 #3fc0a6

#c03f59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03f59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03f59 Color CSS Codes

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

#c03f59 Text Font Color

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

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


#c03f59 Background Color

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

This div background color is #c03f59


#c03f59 Border Color

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

This div border color is #c03f59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03f59


Comments

No comments written yet.

Please login to write comment.