Color Hex Logo

#c4c1db Color Hex

#C4C1DB
(196,193,219)
0 Favorites   0 Comments

Color spaces of #c4c1db

RGB 196193219
HSL0.690.270.81
HSV247°12°86°
CMYK 0.110.120.00   0.14
XYZ54.621154.990274.7532
Yxy54.99020.29630.2983
Hunter Lab74.15541.7070-7.8592
CIE-Lab79.03566.0611-12.5812

#c4c1db color RGB value is (196,193,219).

#c4c1db hex color red value is 196, green value is 193 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c4c1db hue: 0.69 , saturation: 0.27 and the lightness value of c4c1db is 0.81.

The process color (four color CMYK) of #c4c1db color hex is 0.11, 0.12, 0.00, 0.14. Web safe color of #c4c1db is #cccccc. Color #c4c1db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11000001 11011011
Octal 304 301 333
Decimal 196 193 219
Hex C4 C1 DB

RGB Percentages of Color #c4c1db

%32.24
%31.74
%36.02

CMYK Percentages of Color #c4c1db

%11
%12
%0
%14

Triadic Colors of #c4c1db

#c4c1db #dbc4c1 #c1dbc4

Analogous Colors of #c4c1db

#c4c1db #d1c1db #c1cbdb

Monochromatic Colors of #c4c1db

#c4c1db

Complementary Color

#c4c1db #d8dbc1

#c4c1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4c1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4c1db Color CSS Codes

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

#c4c1db Text Font Color

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

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


#c4c1db Background Color

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

This div background color is #c4c1db


#c4c1db Border Color

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

This div border color is #c4c1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4c1db


Comments

No comments written yet.

Please login to write comment.