Color Hex Logo

#c75678 Color Hex

#C75678
(199,86,120)
0 Favorites   0 Comments

Color spaces of #c75678

RGB 19986120
HSL0.950.500.56
HSV342°57°78°
CMYK 0.000.570.40   0.22
XYZ30.271120.153820.0639
Yxy20.15380.42940.2859
Hunter Lab44.893041.79894.9268
CIE-Lab52.010748.30553.4494

#c75678 color RGB value is (199,86,120).

#c75678 hex color red value is 199, green value is 86 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #c75678 hue: 0.95 , saturation: 0.50 and the lightness value of c75678 is 0.56.

The process color (four color CMYK) of #c75678 color hex is 0.00, 0.57, 0.40, 0.22. Web safe color of #c75678 is #cc6666. Color #c75678 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010110 01111000
Octal 307 126 170
Decimal 199 86 120
Hex C7 56 78

RGB Percentages of Color #c75678

%49.14
%21.23
%29.63

CMYK Percentages of Color #c75678

%0
%57
%40
%22

Triadic Colors of #c75678

#c75678 #78c756 #5678c7

Analogous Colors of #c75678

#c75678 #c76d56 #c756b1

Monochromatic Colors of #c75678

#c75678

Complementary Color

#c75678 #56c7a5

#c75678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75678 Color CSS Codes

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

#c75678 Text Font Color

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

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


#c75678 Background Color

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

This div background color is #c75678


#c75678 Border Color

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

This div border color is #c75678


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,86,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c75678; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c75678;
  -webkit-box-shadow: 1px 1px 3px 2px #c75678;
  box-shadow:         1px 1px 3px 2px #c75678; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,86,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75678


Comments

No comments written yet.

Please login to write comment.