Color Hex Logo

#c3bfdb Color Hex

#C3BFDB
(195,191,219)
0 Favorites   0 Comments

Color spaces of #c3bfdb

RGB 195191219
HSL0.690.280.80
HSV249°13°86°
CMYK 0.110.130.00   0.14
XYZ53.922753.978274.5946
Yxy53.97820.29550.2958
Hunter Lab73.46992.4366-8.7688
CIE-Lab78.44906.8102-13.4677

#c3bfdb color RGB value is (195,191,219).

#c3bfdb hex color red value is 195, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c3bfdb hue: 0.69 , saturation: 0.28 and the lightness value of c3bfdb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111111 11011011
Octal 303 277 333
Decimal 195 191 219
Hex C3 BF DB

RGB Percentages of Color #c3bfdb

%32.23
%31.57
%36.20

CMYK Percentages of Color #c3bfdb

%11
%13
%0
%14

Triadic Colors of #c3bfdb

#c3bfdb #dbc3bf #bfdbc3

Analogous Colors of #c3bfdb

#c3bfdb #d1bfdb #bfc9db

Monochromatic Colors of #c3bfdb

#c3bfdb

Complementary Color

#c3bfdb #d7dbbf

#c3bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bfdb Color CSS Codes

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

#c3bfdb Text Font Color

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

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


#c3bfdb Background Color

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

This div background color is #c3bfdb


#c3bfdb Border Color

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

This div border color is #c3bfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,191,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 #c3bfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bfdb


Comments

No comments written yet.

Please login to write comment.