Color Hex Logo

#c792fe Color Hex

#C792FE
(199,146,254)
0 Favorites   0 Comments

Color spaces of #c792fe

RGB 199146254
HSL0.750.980.78
HSV269°43°100°
CMYK 0.220.430.00   0.00
XYZ51.721539.855698.7328
Yxy39.85560.27180.2094
Hunter Lab63.131335.7597-48.5334
CIE-Lab69.366640.2481-46.3978

#c792fe color RGB value is (199,146,254).

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

The process color (four color CMYK) of #c792fe color hex is 0.22, 0.43, 0.00, 0.00. Web safe color of #c792fe is #cc99ff. Color #c792fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010010 11111110
Octal 307 222 376
Decimal 199 146 254
Hex C7 92 FE

RGB Percentages of Color #c792fe

%33.22
%24.37
%42.40

CMYK Percentages of Color #c792fe

%22
%43
%0
%0

Triadic Colors of #c792fe

#c792fe #fec792 #92fec7

Analogous Colors of #c792fe

#c792fe #fd92fe #9293fe

Monochromatic Colors of #c792fe

#c792fe

Complementary Color

#c792fe #c9fe92

#c792fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c792fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c792fe Color CSS Codes

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

#c792fe Text Font Color

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

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


#c792fe Background Color

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

This div background color is #c792fe


#c792fe Border Color

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

This div border color is #c792fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c792fe

Related Colors


Comments

No comments written yet.

Please login to write comment.