Color Hex Logo

#c692cb Color Hex

#C692CB
(198,146,203)
0 Favorites   0 Comments

Color spaces of #c692cb

RGB 198146203
HSL0.820.350.68
HSV295°28°80°
CMYK 0.020.280.00   0.20
XYZ44.347136.875361.2802
Yxy36.87530.31120.2588
Hunter Lab60.725024.0886-17.3245
CIE-Lab67.183429.2550-21.7069

#c692cb color RGB value is (198,146,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010010 11001011
Octal 306 222 313
Decimal 198 146 203
Hex C6 92 CB

RGB Percentages of Color #c692cb

%36.20
%26.69
%37.11

CMYK Percentages of Color #c692cb

%2
%28
%0
%20

Triadic Colors of #c692cb

#c692cb #cbc692 #92cbc6

Analogous Colors of #c692cb

#c692cb #cb92b4 #aa92cb

Monochromatic Colors of #c692cb

#c692cb

Complementary Color

#c692cb #97cb92

#c692cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c692cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c692cb Color CSS Codes

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

#c692cb Text Font Color

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

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


#c692cb Background Color

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

This div background color is #c692cb


#c692cb Border Color

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

This div border color is #c692cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,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 #c692cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c692cb


Comments

No comments written yet.

Please login to write comment.