Color Hex Logo

#c692ed Color Hex

#C692ED
(198,146,237)
0 Favorites   0 Comments

Color spaces of #c692ed

RGB 198146237
HSL0.760.720.75
HSV274°38°93°
CMYK 0.160.380.00   0.07
XYZ48.853638.678085.0115
Yxy38.67800.28310.2242
Hunter Lab62.191631.3823-37.5110
CIE-Lab68.517436.2196-38.4435

#c692ed color RGB value is (198,146,237).

#c692ed hex color red value is 198, green value is 146 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c692ed hue: 0.76 , saturation: 0.72 and the lightness value of c692ed is 0.75.

The process color (four color CMYK) of #c692ed color hex is 0.16, 0.38, 0.00, 0.07. Web safe color of #c692ed is #cc99ff. Color #c692ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010010 11101101
Octal 306 222 355
Decimal 198 146 237
Hex C6 92 ED

RGB Percentages of Color #c692ed

%34.08
%25.13
%40.79

CMYK Percentages of Color #c692ed

%16
%38
%0
%7

Triadic Colors of #c692ed

#c692ed #edc692 #92edc6

Analogous Colors of #c692ed

#c692ed #ed92e7 #9992ed

Monochromatic Colors of #c692ed

#c692ed

Complementary Color

#c692ed #b9ed92

#c692ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c692ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c692ed Color CSS Codes

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

#c692ed Text Font Color

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

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


#c692ed Background Color

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

This div background color is #c692ed


#c692ed Border Color

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

This div border color is #c692ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c692ed


Comments

No comments written yet.

Please login to write comment.