Color Hex Logo

#c693ba Color Hex

#C693BA
(198,147,186)
0 Favorites   0 Comments

Color spaces of #c693ba

RGB 198147186
HSL0.870.310.68
HSV314°26°78°
CMYK 0.000.260.06   0.22
XYZ42.585336.418451.2393
Yxy36.41840.32700.2796
Hunter Lab60.347720.3530-8.0979
CIE-Lab66.838425.5370-12.7399

#c693ba color RGB value is (198,147,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010011 10111010
Octal 306 223 272
Decimal 198 147 186
Hex C6 93 BA

RGB Percentages of Color #c693ba

%37.29
%27.68
%35.03

CMYK Percentages of Color #c693ba

%0
%26
%6
%22

Triadic Colors of #c693ba

#c693ba #bac693 #93bac6

Analogous Colors of #c693ba

#c693ba #c693a1 #b993c6

Monochromatic Colors of #c693ba

#c693ba

Complementary Color

#c693ba #93c69f

#c693ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c693ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c693ba Color CSS Codes

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

#c693ba Text Font Color

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

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


#c693ba Background Color

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

This div background color is #c693ba


#c693ba Border Color

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

This div border color is #c693ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,147,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 #c693ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c693ba


Comments

No comments written yet.

Please login to write comment.