Color Hex Logo

#c3beda Color Hex

#C3BEDA
(195,190,218)
0 Favorites   0 Comments

Color spaces of #c3beda

RGB 195190218
HSL0.700.270.80
HSV251°13°85°
CMYK 0.110.130.00   0.15
XYZ53.574053.491073.8308
Yxy53.49100.29620.2957
Hunter Lab73.13752.7624-8.6557
CIE-Lab78.16407.1446-13.3553

#c3beda color RGB value is (195,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111110 11011010
Octal 303 276 332
Decimal 195 190 218
Hex C3 BE DA

RGB Percentages of Color #c3beda

%32.34
%31.51
%36.15

CMYK Percentages of Color #c3beda

%11
%13
%0
%15

Triadic Colors of #c3beda

#c3beda #dac3be #bedac3

Analogous Colors of #c3beda

#c3beda #d1beda #bec7da

Monochromatic Colors of #c3beda

#c3beda

Complementary Color

#c3beda #d5dabe

#c3beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3beda Color CSS Codes

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

#c3beda Text Font Color

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

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


#c3beda Background Color

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

This div background color is #c3beda


#c3beda Border Color

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

This div border color is #c3beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3beda


Comments

No comments written yet.

Please login to write comment.