Color Hex Logo

#c67d93 Color Hex

#C67D93
(198,125,147)
0 Favorites   0 Comments

Color spaces of #c67d93

RGB 198125147
HSL0.950.390.63
HSV342°37°78°
CMYK 0.000.370.26   0.22
XYZ35.888828.779631.2672
Yxy28.77960.37410.3000
Hunter Lab53.646625.53232.9963
CIE-Lab60.586631.27590.0968

#c67d93 color RGB value is (198,125,147).

#c67d93 hex color red value is 198, green value is 125 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c67d93 hue: 0.95 , saturation: 0.39 and the lightness value of c67d93 is 0.63.

The process color (four color CMYK) of #c67d93 color hex is 0.00, 0.37, 0.26, 0.22. Web safe color of #c67d93 is #cc6699. Color #c67d93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111101 10010011
Octal 306 175 223
Decimal 198 125 147
Hex C6 7D 93

RGB Percentages of Color #c67d93

%42.13
%26.60
%31.28

CMYK Percentages of Color #c67d93

%0
%37
%26
%22

Triadic Colors of #c67d93

#c67d93 #93c67d #7d93c6

Analogous Colors of #c67d93

#c67d93 #c68c7d #c67db8

Monochromatic Colors of #c67d93

#c67d93

Complementary Color

#c67d93 #7dc6b0

#c67d93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67d93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67d93 Color CSS Codes

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

#c67d93 Text Font Color

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

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


#c67d93 Background Color

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

This div background color is #c67d93


#c67d93 Border Color

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

This div border color is #c67d93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67d93


Comments

No comments written yet.

Please login to write comment.