Color Hex Logo

#c694ce Color Hex

#C694CE
(198,148,206)
0 Favorites   0 Comments

Color spaces of #c694ce

RGB 198148206
HSL0.810.370.69
HSV292°28°81°
CMYK 0.040.280.00   0.19
XYZ45.019237.641863.2853
Yxy37.64180.30850.2579
Hunter Lab61.352923.6111-18.2104
CIE-Lab67.755828.7370-22.5016

#c694ce color RGB value is (198,148,206).

#c694ce hex color red value is 198, green value is 148 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c694ce hue: 0.81 , saturation: 0.37 and the lightness value of c694ce is 0.69.

The process color (four color CMYK) of #c694ce color hex is 0.04, 0.28, 0.00, 0.19. Web safe color of #c694ce is #cc99cc. Color #c694ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010100 11001110
Octal 306 224 316
Decimal 198 148 206
Hex C6 94 CE

RGB Percentages of Color #c694ce

%35.87
%26.81
%37.32

CMYK Percentages of Color #c694ce

%4
%28
%0
%19

Triadic Colors of #c694ce

#c694ce #cec694 #94cec6

Analogous Colors of #c694ce

#c694ce #ce94b9 #a994ce

Monochromatic Colors of #c694ce

#c694ce

Complementary Color

#c694ce #9cce94

#c694ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c694ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c694ce Color CSS Codes

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

#c694ce Text Font Color

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

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


#c694ce Background Color

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

This div background color is #c694ce


#c694ce Border Color

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

This div border color is #c694ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c694ce


Comments

No comments written yet.

Please login to write comment.