Color Hex Logo

#c794eb Color Hex

#C794EB
(199,148,235)
0 Favorites   0 Comments

Color spaces of #c794eb

RGB 199148235
HSL0.760.690.75
HSV275°37°92°
CMYK 0.150.370.00   0.08
XYZ49.138539.320183.5969
Yxy39.32010.28560.2285
Hunter Lab62.705730.1440-35.1491
CIE-Lab68.982534.9918-36.6143

#c794eb color RGB value is (199,148,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010100 11101011
Octal 307 224 353
Decimal 199 148 235
Hex C7 94 EB

RGB Percentages of Color #c794eb

%34.19
%25.43
%40.38

CMYK Percentages of Color #c794eb

%15
%37
%0
%8

Triadic Colors of #c794eb

#c794eb #ebc794 #94ebc7

Analogous Colors of #c794eb

#c794eb #eb94e4 #9c94eb

Monochromatic Colors of #c794eb

#c794eb

Complementary Color

#c794eb #b8eb94

#c794eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c794eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c794eb Color CSS Codes

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

#c794eb Text Font Color

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

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


#c794eb Background Color

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

This div background color is #c794eb


#c794eb Border Color

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

This div border color is #c794eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c794eb


Comments

No comments written yet.

Please login to write comment.