Color Hex Logo

#c692e0 Color Hex

#C692E0
(198,146,224)
0 Favorites   0 Comments

Color spaces of #c692e0

RGB 198146224
HSL0.780.560.73
HSV280°35°88°
CMYK 0.120.350.00   0.12
XYZ47.022137.945475.3669
Yxy37.94540.29330.2367
Hunter Lab61.599828.4579-29.4209
CIE-Lab67.980433.4654-32.1235

#c692e0 color RGB value is (198,146,224).

#c692e0 hex color red value is 198, green value is 146 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #c692e0 hue: 0.78 , saturation: 0.56 and the lightness value of c692e0 is 0.73.

The process color (four color CMYK) of #c692e0 color hex is 0.12, 0.35, 0.00, 0.12. Web safe color of #c692e0 is #cc99cc. Color #c692e0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010010 11100000
Octal 306 222 340
Decimal 198 146 224
Hex C6 92 E0

RGB Percentages of Color #c692e0

%34.86
%25.70
%39.44

CMYK Percentages of Color #c692e0

%12
%35
%0
%12

Triadic Colors of #c692e0

#c692e0 #e0c692 #92e0c6

Analogous Colors of #c692e0

#c692e0 #e092d3 #9f92e0

Monochromatic Colors of #c692e0

#c692e0

Complementary Color

#c692e0 #ace092

#c692e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c692e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c692e0 Color CSS Codes

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

#c692e0 Text Font Color

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

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


#c692e0 Background Color

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

This div background color is #c692e0


#c692e0 Border Color

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

This div border color is #c692e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c692e0


Comments

No comments written yet.

Please login to write comment.