Color Hex Logo

#c794fb Color Hex

#C794FB
(199,148,251)
0 Favorites   0 Comments

Color spaces of #c794fb

RGB 199148251
HSL0.750.930.78
HSV270°41°98°
CMYK 0.210.410.00   0.02
XYZ51.555740.287096.3257
Yxy40.28700.27400.2141
Hunter Lab63.472033.9121-45.5486
CIE-Lab69.673538.4886-44.2825

#c794fb color RGB value is (199,148,251).

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

The process color (four color CMYK) of #c794fb color hex is 0.21, 0.41, 0.00, 0.02. Web safe color of #c794fb is #cc99ff. Color #c794fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010100 11111011
Octal 307 224 373
Decimal 199 148 251
Hex C7 94 FB

RGB Percentages of Color #c794fb

%33.28
%24.75
%41.97

CMYK Percentages of Color #c794fb

%21
%41
%0
%2

Triadic Colors of #c794fb

#c794fb #fbc794 #94fbc7

Analogous Colors of #c794fb

#c794fb #fb94fb #9495fb

Monochromatic Colors of #c794fb

#c794fb

Complementary Color

#c794fb #c8fb94

#c794fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c794fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c794fb Color CSS Codes

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

#c794fb Text Font Color

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

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


#c794fb Background Color

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

This div background color is #c794fb


#c794fb Border Color

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

This div border color is #c794fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c794fb


Comments

No comments written yet.

Please login to write comment.