Color Hex Logo

#c794ed Color Hex

#C794ED
(199,148,237)
0 Favorites   0 Comments

Color spaces of #c794ed

RGB 199148237
HSL0.760.710.75
HSV274°38°93°
CMYK 0.160.380.00   0.07
XYZ49.429239.436385.1275
Yxy39.43630.28410.2267
Hunter Lab62.798330.6021-36.4129
CIE-Lab69.066135.4211-37.5810

#c794ed color RGB value is (199,148,237).

#c794ed hex color red value is 199, green value is 148 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c794ed hue: 0.76 , saturation: 0.71 and the lightness value of c794ed is 0.75.

The process color (four color CMYK) of #c794ed color hex is 0.16, 0.38, 0.00, 0.07. Web safe color of #c794ed is #cc99ff. Color #c794ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010100 11101101
Octal 307 224 355
Decimal 199 148 237
Hex C7 94 ED

RGB Percentages of Color #c794ed

%34.08
%25.34
%40.58

CMYK Percentages of Color #c794ed

%16
%38
%0
%7

Triadic Colors of #c794ed

#c794ed #edc794 #94edc7

Analogous Colors of #c794ed

#c794ed #ed94e7 #9b94ed

Monochromatic Colors of #c794ed

#c794ed

Complementary Color

#c794ed #baed94

#c794ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c794ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c794ed Color CSS Codes

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

#c794ed Text Font Color

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

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


#c794ed Background Color

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

This div background color is #c794ed


#c794ed Border Color

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

This div border color is #c794ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c794ed


Comments

No comments written yet.

Please login to write comment.