Color Hex Logo

#c67095 Color Hex

#C67095
(198,112,149)
0 Favorites   0 Comments

Color spaces of #c67095

RGB 198112149
HSL0.930.430.61
HSV334°43°78°
CMYK 0.000.430.25   0.22
XYZ34.507725.764031.5880
Yxy25.76400.37570.2805
Hunter Lab50.758332.5252-1.3667
CIE-Lab57.812438.5373-5.1361

#c67095 color RGB value is (198,112,149).

#c67095 hex color red value is 198, green value is 112 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #c67095 hue: 0.93 , saturation: 0.43 and the lightness value of c67095 is 0.61.

The process color (four color CMYK) of #c67095 color hex is 0.00, 0.43, 0.25, 0.22. Web safe color of #c67095 is #cc6699. Color #c67095 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110000 10010101
Octal 306 160 225
Decimal 198 112 149
Hex C6 70 95

RGB Percentages of Color #c67095

%43.14
%24.40
%32.46

CMYK Percentages of Color #c67095

%0
%43
%25
%22

Triadic Colors of #c67095

#c67095 #95c670 #7095c6

Analogous Colors of #c67095

#c67095 #c67670 #c670c0

Monochromatic Colors of #c67095

#c67095

Complementary Color

#c67095 #70c6a1

#c67095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67095 Color CSS Codes

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

#c67095 Text Font Color

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

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


#c67095 Background Color

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

This div background color is #c67095


#c67095 Border Color

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

This div border color is #c67095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67095


Comments

No comments written yet.

Please login to write comment.