Color Hex Logo

#c794ce Color Hex

#C794CE
(199,148,206)
0 Favorites   0 Comments

Color spaces of #c794ce

RGB 199148206
HSL0.810.370.69
HSV293°28°81°
CMYK 0.030.280.00   0.19
XYZ45.283737.778263.2977
Yxy37.77820.30940.2581
Hunter Lab61.464023.9483-18.0341
CIE-Lab67.856829.0633-22.3383

#c794ce color RGB value is (199,148,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010100 11001110
Octal 307 224 316
Decimal 199 148 206
Hex C7 94 CE

RGB Percentages of Color #c794ce

%35.99
%26.76
%37.25

CMYK Percentages of Color #c794ce

%3
%28
%0
%19

Triadic Colors of #c794ce

#c794ce #cec794 #94cec7

Analogous Colors of #c794ce

#c794ce #ce94b8 #aa94ce

Monochromatic Colors of #c794ce

#c794ce

Complementary Color

#c794ce #9bce94

#c794ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c794ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c794ce Color CSS Codes

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

#c794ce Text Font Color

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

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


#c794ce Background Color

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

This div background color is #c794ce


#c794ce Border Color

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

This div border color is #c794ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c794ce


Comments

No comments written yet.

Please login to write comment.