Color Hex Logo

#c1b4dc Color Hex

#C1B4DC
(193,180,220)
0 Favorites   0 Comments

Color spaces of #c1b4dc

RGB 193180220
HSL0.720.360.78
HSV260°18°86°
CMYK 0.120.180.00   0.14
XYZ51.231849.147374.4963
Yxy49.14730.29300.2810
Hunter Lab70.10517.7612-13.9301
CIE-Lab75.542912.3337-18.4009

#c1b4dc color RGB value is (193,180,220).

#c1b4dc hex color red value is 193, green value is 180 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c1b4dc hue: 0.72 , saturation: 0.36 and the lightness value of c1b4dc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10110100 11011100
Octal 301 264 334
Decimal 193 180 220
Hex C1 B4 DC

RGB Percentages of Color #c1b4dc

%32.55
%30.35
%37.10

CMYK Percentages of Color #c1b4dc

%12
%18
%0
%14

Triadic Colors of #c1b4dc

#c1b4dc #dcc1b4 #b4dcc1

Analogous Colors of #c1b4dc

#c1b4dc #d5b4dc #b4bbdc

Monochromatic Colors of #c1b4dc

#c1b4dc

Complementary Color

#c1b4dc #cfdcb4

#c1b4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1b4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1b4dc Color CSS Codes

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

#c1b4dc Text Font Color

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

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


#c1b4dc Background Color

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

This div background color is #c1b4dc


#c1b4dc Border Color

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

This div border color is #c1b4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1b4dc


Comments

No comments written yet.

Please login to write comment.