Color Hex Logo

#c3befa Color Hex

#C3BEFA
(195,190,250)
0 Favorites   0 Comments

Color spaces of #c3befa

RGB 195190250
HSL0.680.860.86
HSV245°24°98°
CMYK 0.220.240.00   0.02
XYZ58.174555.331198.0563
Yxy55.33110.27500.2615
Hunter Lab74.38499.4267-26.0884
CIE-Lab79.231614.0421-28.9459

#c3befa color RGB value is (195,190,250).

#c3befa hex color red value is 195, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c3befa hue: 0.68 , saturation: 0.86 and the lightness value of c3befa is 0.86.

The process color (four color CMYK) of #c3befa color hex is 0.22, 0.24, 0.00, 0.02. Web safe color of #c3befa is #ccccff. Color #c3befa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111110 11111010
Octal 303 276 372
Decimal 195 190 250
Hex C3 BE FA

RGB Percentages of Color #c3befa

%30.71
%29.92
%39.37

CMYK Percentages of Color #c3befa

%22
%24
%0
%2

Triadic Colors of #c3befa

#c3befa #fac3be #befac3

Analogous Colors of #c3befa

#c3befa #e1befa #bed7fa

Monochromatic Colors of #c3befa

#c3befa

Complementary Color

#c3befa #f5fabe

#c3befa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3befa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3befa Color CSS Codes

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

#c3befa Text Font Color

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

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


#c3befa Background Color

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

This div background color is #c3befa


#c3befa Border Color

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

This div border color is #c3befa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3befa


Comments

No comments written yet.

Please login to write comment.