color codes Logo

#c792cb color codes

#C792CB
(199,146,203)
0 Favorites   0 Comments

Color spaces of #c792cb

RGB 199146203
HSL0.820.350.68
HSV296°28°80°
CMYK 0.020.280.00   0.20
XYZ44.611637.011761.2926
Yxy37.01170.31220.2590
Hunter Lab60.837224.4279-17.1477
CIE-Lab67.285829.5829-21.5414

#c792cb color RGB value is (199,146,203).

#c792cb hex color red value is 199, green value is 146 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c792cb hue: 0.82 , saturation: 0.35 and the lightness value of c792cb is 0.68.

The process color (four color CMYK) of #c792cb color code is 0.02, 0.28, 0.00, 0.20. Web safe color of #c792cb is #cc99cc. Color #c792cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010010 11001011
Octal 307 222 313
Decimal 199 146 203
Hex C7 92 CB

RGB Percentages of Color #c792cb

%36.31
%26.64
%37.04

CMYK Percentages of Color #c792cb

%2
%28
%0
%20

Triadic Colors of #c792cb

#c792cb #cbc792 #92cbc7

Analogous Colors of #c792cb

#c792cb #cb92b3 #ab92cb

Monochromatic Colors of #c792cb

#c792cb

Complementary Color

#c792cb #96cb92

#c792cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c792cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c792cb Color CSS Codes

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

#c792cb Text Font Color

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

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


#c792cb Background Color

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

This div background color is #c792cb


#c792cb Border Color

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

This div border color is #c792cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c792cb


Comments

No comments written yet.

Please login to write comment.