Color Hex Logo

#c0365e Color Hex

#C0365E
(192,54,94)
0 Favorites   0 Comments

Color spaces of #c0365e

RGB 1925494
HSL0.950.560.48
HSV343°72°75°
CMYK 0.000.720.51   0.25
XYZ25.077814.653012.0962
Yxy14.65300.48390.2827
Hunter Lab38.279249.95178.0599
CIE-Lab45.155257.09119.2951

#c0365e color RGB value is (192,54,94).

#c0365e hex color red value is 192, green value is 54 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c0365e hue: 0.95 , saturation: 0.56 and the lightness value of c0365e is 0.48.

The process color (four color CMYK) of #c0365e color hex is 0.00, 0.72, 0.51, 0.25. Web safe color of #c0365e is #cc3366. Color #c0365e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110110 01011110
Octal 300 66 136
Decimal 192 54 94
Hex C0 36 5E

RGB Percentages of Color #c0365e

%56.47
%15.88
%27.65

CMYK Percentages of Color #c0365e

%0
%72
%51
%25

Triadic Colors of #c0365e

#c0365e #5ec036 #365ec0

Analogous Colors of #c0365e

#c0365e #c05336 #c036a3

Monochromatic Colors of #c0365e

#c0365e

Complementary Color

#c0365e #36c098

#c0365e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0365e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0365e Color CSS Codes

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

#c0365e Text Font Color

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

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


#c0365e Background Color

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

This div background color is #c0365e


#c0365e Border Color

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

This div border color is #c0365e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0365e


Comments

No comments written yet.

Please login to write comment.