Color Hex Logo

#c492ef Color Hex

#C492EF
(196,146,239)
0 Favorites   0 Comments

Color spaces of #c492ef

RGB 196146239
HSL0.760.740.75
HSV272°39°94°
CMYK 0.180.390.00   0.06
XYZ48.623838.525586.5348
Yxy38.52550.28000.2218
Hunter Lab62.068931.2135-39.2123
CIE-Lab68.406136.0700-39.7287

#c492ef color RGB value is (196,146,239).

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

The process color (four color CMYK) of #c492ef color hex is 0.18, 0.39, 0.00, 0.06. Web safe color of #c492ef is #cc99ff. Color #c492ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010010 11101111
Octal 304 222 357
Decimal 196 146 239
Hex C4 92 EF

RGB Percentages of Color #c492ef

%33.73
%25.13
%41.14

CMYK Percentages of Color #c492ef

%18
%39
%0
%6

Triadic Colors of #c492ef

#c492ef #efc492 #92efc4

Analogous Colors of #c492ef

#c492ef #ef92ec #9692ef

Monochromatic Colors of #c492ef

#c492ef

Complementary Color

#c492ef #bdef92

#c492ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c492ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c492ef Color CSS Codes

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

#c492ef Text Font Color

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

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


#c492ef Background Color

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

This div background color is #c492ef


#c492ef Border Color

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

This div border color is #c492ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c492ef


Comments

No comments written yet.

Please login to write comment.