Color Hex Logo

#c65773 Color Hex

#C65773
(198,87,115)
0 Favorites   0 Comments

Color spaces of #c65773

RGB 19887115
HSL0.960.490.56
HSV345°56°78°
CMYK 0.000.560.42   0.22
XYZ29.791420.060018.5214
Yxy20.06000.43570.2934
Hunter Lab44.788440.35126.8336
CIE-Lab51.905046.94776.2619

#c65773 color RGB value is (198,87,115).

#c65773 hex color red value is 198, green value is 87 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #c65773 hue: 0.96 , saturation: 0.49 and the lightness value of c65773 is 0.56.

The process color (four color CMYK) of #c65773 color hex is 0.00, 0.56, 0.42, 0.22. Web safe color of #c65773 is #cc6666. Color #c65773 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010111 01110011
Octal 306 127 163
Decimal 198 87 115
Hex C6 57 73

RGB Percentages of Color #c65773

%49.50
%21.75
%28.75

CMYK Percentages of Color #c65773

%0
%56
%42
%22

Triadic Colors of #c65773

#c65773 #73c657 #5773c6

Analogous Colors of #c65773

#c65773 #c67357 #c657ab

Monochromatic Colors of #c65773

#c65773

Complementary Color

#c65773 #57c6aa

#c65773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65773 Color CSS Codes

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

#c65773 Text Font Color

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

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


#c65773 Background Color

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

This div background color is #c65773


#c65773 Border Color

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

This div border color is #c65773


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,87,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c65773; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c65773;
  -webkit-box-shadow: 1px 1px 3px 2px #c65773;
  box-shadow:         1px 1px 3px 2px #c65773; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,87,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65773


Comments

No comments written yet.

Please login to write comment.