Color Hex Logo

#c3b7fe Color Hex

#C3B7FE
(195,183,254)
0 Favorites   0 Comments

Color spaces of #c3b7fe

RGB 195183254
HSL0.690.970.86
HSV250°28°100°
CMYK 0.230.280.00   0.00
XYZ57.328652.6248100.9020
Yxy52.62480.27190.2496
Hunter Lab72.543014.1132-31.6880
CIE-Lab77.653018.7790-33.5183

#c3b7fe color RGB value is (195,183,254).

#c3b7fe hex color red value is 195, green value is 183 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c3b7fe hue: 0.69 , saturation: 0.97 and the lightness value of c3b7fe is 0.86.

The process color (four color CMYK) of #c3b7fe color hex is 0.23, 0.28, 0.00, 0.00. Web safe color of #c3b7fe is #ccccff. Color #c3b7fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10110111 11111110
Octal 303 267 376
Decimal 195 183 254
Hex C3 B7 FE

RGB Percentages of Color #c3b7fe

%30.85
%28.96
%40.19

CMYK Percentages of Color #c3b7fe

%23
%28
%0
%0

Triadic Colors of #c3b7fe

#c3b7fe #fec3b7 #b7fec3

Analogous Colors of #c3b7fe

#c3b7fe #e7b7fe #b7cffe

Monochromatic Colors of #c3b7fe

#c3b7fe

Complementary Color

#c3b7fe #f2feb7

#c3b7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3b7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3b7fe Color CSS Codes

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

#c3b7fe Text Font Color

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

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


#c3b7fe Background Color

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

This div background color is #c3b7fe


#c3b7fe Border Color

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

This div border color is #c3b7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3b7fe

Related Colors


Comments

No comments written yet.

Please login to write comment.