Color Hex Logo

#c794ea Color Hex

#C794EA
(199,148,234)
0 Favorites   0 Comments

Color spaces of #c794ea

RGB 199148234
HSL0.770.670.75
HSV276°37°92°
CMYK 0.150.370.00   0.08
XYZ48.994439.262482.8380
Yxy39.26240.28640.2295
Hunter Lab62.659729.9168-34.5213
CIE-Lab68.940934.7784-36.1301

#c794ea color RGB value is (199,148,234).

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

The process color (four color CMYK) of #c794ea color hex is 0.15, 0.37, 0.00, 0.08. Web safe color of #c794ea is #cc99ff. Color #c794ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010100 11101010
Octal 307 224 352
Decimal 199 148 234
Hex C7 94 EA

RGB Percentages of Color #c794ea

%34.25
%25.47
%40.28

CMYK Percentages of Color #c794ea

%15
%37
%0
%8

Triadic Colors of #c794ea

#c794ea #eac794 #94eac7

Analogous Colors of #c794ea

#c794ea #ea94e2 #9c94ea

Monochromatic Colors of #c794ea

#c794ea

Complementary Color

#c794ea #b7ea94

#c794ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c794ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c794ea Color CSS Codes

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

#c794ea Text Font Color

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

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


#c794ea Background Color

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

This div background color is #c794ea


#c794ea Border Color

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

This div border color is #c794ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c794ea


Comments

No comments written yet.

Please login to write comment.