Color Hex Logo

#c694ba Color Hex

#C694BA
(198,148,186)
0 Favorites   0 Comments

Color spaces of #c694ba

RGB 198148186
HSL0.870.300.68
HSV314°25°78°
CMYK 0.000.250.06   0.22
XYZ42.741536.730751.2914
Yxy36.73070.32690.2809
Hunter Lab60.605919.8246-7.7537
CIE-Lab67.074524.9864-12.3855

#c694ba color RGB value is (198,148,186).

#c694ba hex color red value is 198, green value is 148 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c694ba hue: 0.87 , saturation: 0.30 and the lightness value of c694ba is 0.68.

The process color (four color CMYK) of #c694ba color hex is 0.00, 0.25, 0.06, 0.22. Web safe color of #c694ba is #cc99cc. Color #c694ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010100 10111010
Octal 306 224 272
Decimal 198 148 186
Hex C6 94 BA

RGB Percentages of Color #c694ba

%37.22
%27.82
%34.96

CMYK Percentages of Color #c694ba

%0
%25
%6
%22

Triadic Colors of #c694ba

#c694ba #bac694 #94bac6

Analogous Colors of #c694ba

#c694ba #c694a1 #b994c6

Monochromatic Colors of #c694ba

#c694ba

Complementary Color

#c694ba #94c6a0

#c694ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c694ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c694ba Color CSS Codes

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

#c694ba Text Font Color

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

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


#c694ba Background Color

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

This div background color is #c694ba


#c694ba Border Color

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

This div border color is #c694ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c694ba


Comments

No comments written yet.

Please login to write comment.