Color Hex Logo

#c692c1 Color Hex

#C692C1
(198,146,193)
0 Favorites   0 Comments

Color spaces of #c692c1

RGB 198146193
HSL0.850.310.67
HSV306°26°78°
CMYK 0.000.260.03   0.22
XYZ43.193236.413855.2041
Yxy36.41380.32040.2701
Hunter Lab60.343822.1658-11.9993
CIE-Lab66.834927.3639-16.6591

#c692c1 color RGB value is (198,146,193).

#c692c1 hex color red value is 198, green value is 146 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #c692c1 hue: 0.85 , saturation: 0.31 and the lightness value of c692c1 is 0.67.

The process color (four color CMYK) of #c692c1 color hex is 0.00, 0.26, 0.03, 0.22. Web safe color of #c692c1 is #cc99cc. Color #c692c1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010010 11000001
Octal 306 222 301
Decimal 198 146 193
Hex C6 92 C1

RGB Percentages of Color #c692c1

%36.87
%27.19
%35.94

CMYK Percentages of Color #c692c1

%0
%26
%3
%22

Triadic Colors of #c692c1

#c692c1 #c1c692 #92c1c6

Analogous Colors of #c692c1

#c692c1 #c692a7 #b192c6

Monochromatic Colors of #c692c1

#c692c1

Complementary Color

#c692c1 #92c697

#c692c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c692c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c692c1 Color CSS Codes

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

#c692c1 Text Font Color

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

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


#c692c1 Background Color

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

This div background color is #c692c1


#c692c1 Border Color

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

This div border color is #c692c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c692c1


Comments

No comments written yet.

Please login to write comment.