Color Hex Logo

#c49be3 Color Hex

#C49BE3
(196,155,227)
0 Favorites   0 Comments

Color spaces of #c49be3

RGB 196155227
HSL0.760.560.75
HSV274°32°89°
CMYK 0.140.320.00   0.11
XYZ48.351440.724577.9853
Yxy40.72450.28940.2438
Hunter Lab63.815823.5669-27.7836
CIE-Lab69.982528.5274-30.6972

#c49be3 color RGB value is (196,155,227).

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

The process color (four color CMYK) of #c49be3 color hex is 0.14, 0.32, 0.00, 0.11. Web safe color of #c49be3 is #cc99cc. Color #c49be3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011011 11100011
Octal 304 233 343
Decimal 196 155 227
Hex C4 9B E3

RGB Percentages of Color #c49be3

%33.91
%26.82
%39.27

CMYK Percentages of Color #c49be3

%14
%32
%0
%11

Triadic Colors of #c49be3

#c49be3 #e3c49b #9be3c4

Analogous Colors of #c49be3

#c49be3 #e39bde #a09be3

Monochromatic Colors of #c49be3

#c49be3

Complementary Color

#c49be3 #bae39b

#c49be3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49be3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49be3 Color CSS Codes

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

#c49be3 Text Font Color

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

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


#c49be3 Background Color

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

This div background color is #c49be3


#c49be3 Border Color

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

This div border color is #c49be3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49be3


Comments

No comments written yet.

Please login to write comment.