Color Hex Logo

#c04b7f Color Hex

#C04B7F
(192,75,127)
0 Favorites   0 Comments

Color spaces of #c04b7f

RGB 19275127
HSL0.930.480.52
HSV333°61°75°
CMYK 0.000.610.34   0.25
XYZ28.085117.770922.0286
Yxy17.77090.41370.2618
Hunter Lab42.155545.1491-1.4734
CIE-Lab49.217051.9214-4.9670

#c04b7f color RGB value is (192,75,127).

#c04b7f hex color red value is 192, green value is 75 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #c04b7f hue: 0.93 , saturation: 0.48 and the lightness value of c04b7f is 0.52.

The process color (four color CMYK) of #c04b7f color hex is 0.00, 0.61, 0.34, 0.25. Web safe color of #c04b7f is #cc3366. Color #c04b7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001011 01111111
Octal 300 113 177
Decimal 192 75 127
Hex C0 4B 7F

RGB Percentages of Color #c04b7f

%48.73
%19.04
%32.23

CMYK Percentages of Color #c04b7f

%0
%61
%34
%25

Triadic Colors of #c04b7f

#c04b7f #7fc04b #4b7fc0

Analogous Colors of #c04b7f

#c04b7f #c0524b #c04bba

Monochromatic Colors of #c04b7f

#c04b7f

Complementary Color

#c04b7f #4bc08c

#c04b7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04b7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04b7f Color CSS Codes

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

#c04b7f Text Font Color

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

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


#c04b7f Background Color

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

This div background color is #c04b7f


#c04b7f Border Color

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

This div border color is #c04b7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04b7f


Comments

No comments written yet.

Please login to write comment.