Color Hex Logo

#c07883 Color Hex

#C07883
(192,120,131)
0 Favorites   0 Comments

Color spaces of #c07883

RGB 192120131
HSL0.970.360.61
HSV351°38°75°
CMYK 0.000.380.32   0.25
XYZ32.551426.278124.8293
Yxy26.27810.38910.3141
Hunter Lab51.262223.63847.1659
CIE-Lab58.300129.56305.9148

#c07883 color RGB value is (192,120,131).

#c07883 hex color red value is 192, green value is 120 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #c07883 hue: 0.97 , saturation: 0.36 and the lightness value of c07883 is 0.61.

The process color (four color CMYK) of #c07883 color hex is 0.00, 0.38, 0.32, 0.25. Web safe color of #c07883 is #cc6699. Color #c07883 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111000 10000011
Octal 300 170 203
Decimal 192 120 131
Hex C0 78 83

RGB Percentages of Color #c07883

%43.34
%27.09
%29.57

CMYK Percentages of Color #c07883

%0
%38
%32
%25

Triadic Colors of #c07883

#c07883 #83c078 #7883c0

Analogous Colors of #c07883

#c07883 #c09178 #c078a7

Monochromatic Colors of #c07883

#c07883

Complementary Color

#c07883 #78c0b5

#c07883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07883 Color CSS Codes

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

#c07883 Text Font Color

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

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


#c07883 Background Color

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

This div background color is #c07883


#c07883 Border Color

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

This div border color is #c07883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07883


Comments

No comments written yet.

Please login to write comment.