Color Hex Logo

#c499ee Color Hex

#C499EE
(196,153,238)
0 Favorites   0 Comments

Color spaces of #c499ee

RGB 196153238
HSL0.750.710.77
HSV270°36°93°
CMYK 0.180.360.00   0.07
XYZ49.588840.691386.1295
Yxy40.69130.28110.2307
Hunter Lab63.789727.1301-35.4011
CIE-Lab69.959132.0044-36.7615

#c499ee color RGB value is (196,153,238).

#c499ee hex color red value is 196, green value is 153 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c499ee hue: 0.75 , saturation: 0.71 and the lightness value of c499ee is 0.77.

The process color (four color CMYK) of #c499ee color hex is 0.18, 0.36, 0.00, 0.07. Web safe color of #c499ee is #cc99ff. Color #c499ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011001 11101110
Octal 304 231 356
Decimal 196 153 238
Hex C4 99 EE

RGB Percentages of Color #c499ee

%33.39
%26.06
%40.55

CMYK Percentages of Color #c499ee

%18
%36
%0
%7

Triadic Colors of #c499ee

#c499ee #eec499 #99eec4

Analogous Colors of #c499ee

#c499ee #ee99ee #9a99ee

Monochromatic Colors of #c499ee

#c499ee

Complementary Color

#c499ee #c3ee99

#c499ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c499ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c499ee Color CSS Codes

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

#c499ee Text Font Color

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

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


#c499ee Background Color

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

This div background color is #c499ee


#c499ee Border Color

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

This div border color is #c499ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c499ee


Comments

No comments written yet.

Please login to write comment.