Color Hex Logo

#c692ff Color Hex

#C692FF
(198,146,255)
0 Favorites   0 Comments

Color spaces of #c692ff

RGB 198146255
HSL0.751.000.79
HSV269°43°100°
CMYK 0.220.430.00   0.00
XYZ51.617639.783599.5662
Yxy39.78350.27030.2083
Hunter Lab63.074235.6981-49.4408
CIE-Lab69.315140.1966-47.0297

#c692ff color RGB value is (198,146,255).

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

The process color (four color CMYK) of #c692ff color hex is 0.22, 0.43, 0.00, 0.00. Web safe color of #c692ff is #cc99ff. Color #c692ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010010 11111111
Octal 306 222 377
Decimal 198 146 255
Hex C6 92 FF

RGB Percentages of Color #c692ff

%33.06
%24.37
%42.57

CMYK Percentages of Color #c692ff

%22
%43
%0
%0

Triadic Colors of #c692ff

#c692ff #ffc692 #92ffc6

Analogous Colors of #c692ff

#c692ff #fd92ff #9295ff

Monochromatic Colors of #c692ff

#c692ff

Complementary Color

#c692ff #cbff92

#c692ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c692ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c692ff Color CSS Codes

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

#c692ff Text Font Color

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

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


#c692ff Background Color

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

This div background color is #c692ff


#c692ff Border Color

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

This div border color is #c692ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c692ff

Related Colors


Comments

No comments written yet.

Please login to write comment.