Color Hex Logo

#c499e1 Color Hex

#C499E1
(196,153,225)
0 Favorites   0 Comments

Color spaces of #c499e1

RGB 196153225
HSL0.770.550.74
HSV276°32°88°
CMYK 0.130.320.00   0.12
XYZ47.746839.954576.4296
Yxy39.95450.29090.2434
Hunter Lab63.209624.2173-27.4436
CIE-Lab69.437129.2074-30.4395

#c499e1 color RGB value is (196,153,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011001 11100001
Octal 304 231 341
Decimal 196 153 225
Hex C4 99 E1

RGB Percentages of Color #c499e1

%34.15
%26.66
%39.20

CMYK Percentages of Color #c499e1

%13
%32
%0
%12

Triadic Colors of #c499e1

#c499e1 #e1c499 #99e1c4

Analogous Colors of #c499e1

#c499e1 #e199da #a099e1

Monochromatic Colors of #c499e1

#c499e1

Complementary Color

#c499e1 #b6e199

#c499e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c499e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c499e1 Color CSS Codes

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

#c499e1 Text Font Color

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

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


#c499e1 Background Color

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

This div background color is #c499e1


#c499e1 Border Color

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

This div border color is #c499e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c499e1


Comments

No comments written yet.

Please login to write comment.