Color Hex Logo

#c3bfda Color Hex

#C3BFDA
(195,191,218)
0 Favorites   0 Comments

Color spaces of #c3bfda

RGB 195191218
HSL0.690.270.80
HSV249°12°85°
CMYK 0.110.120.00   0.15
XYZ53.791453.925773.9033
Yxy53.92570.29620.2969
Hunter Lab73.43412.2437-8.2649
CIE-Lab78.41846.6060-12.9742

#c3bfda color RGB value is (195,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111111 11011010
Octal 303 277 332
Decimal 195 191 218
Hex C3 BF DA

RGB Percentages of Color #c3bfda

%32.28
%31.62
%36.09

CMYK Percentages of Color #c3bfda

%11
%12
%0
%15

Triadic Colors of #c3bfda

#c3bfda #dac3bf #bfdac3

Analogous Colors of #c3bfda

#c3bfda #d1bfda #bfc9da

Monochromatic Colors of #c3bfda

#c3bfda

Complementary Color

#c3bfda #d6dabf

#c3bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bfda Color CSS Codes

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

#c3bfda Text Font Color

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

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


#c3bfda Background Color

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

This div background color is #c3bfda


#c3bfda Border Color

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

This div border color is #c3bfda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,191,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bfda


Comments

No comments written yet.

Please login to write comment.