Color Hex Logo

#c693be Color Hex

#C693BE
(198,147,190)
0 Favorites   0 Comments

Color spaces of #c693be

RGB 198147190
HSL0.860.310.68
HSV309°26°78°
CMYK 0.000.260.04   0.22
XYZ43.016736.590953.5107
Yxy36.59090.32310.2749
Hunter Lab60.490421.0789-10.1055
CIE-Lab66.969026.2617-14.7803

#c693be color RGB value is (198,147,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010011 10111110
Octal 306 223 276
Decimal 198 147 190
Hex C6 93 BE

RGB Percentages of Color #c693be

%37.01
%27.48
%35.51

CMYK Percentages of Color #c693be

%0
%26
%4
%22

Triadic Colors of #c693be

#c693be #bec693 #93bec6

Analogous Colors of #c693be

#c693be #c693a5 #b593c6

Monochromatic Colors of #c693be

#c693be

Complementary Color

#c693be #93c69b

#c693be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c693be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c693be Color CSS Codes

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

#c693be Text Font Color

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

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


#c693be Background Color

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

This div background color is #c693be


#c693be Border Color

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

This div border color is #c693be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c693be


Comments

No comments written yet.

Please login to write comment.