Color Hex Logo

#c1befe Color Hex

#C1BEFE
(193,190,254)
0 Favorites   0 Comments

Color spaces of #c1befe

RGB 193190254
HSL0.670.970.87
HSV243°25°100°
CMYK 0.240.250.00   0.00
XYZ58.295255.3201101.3713
Yxy55.32010.27120.2573
Hunter Lab74.37759.7432-28.7439
CIE-Lab79.225314.3627-31.1092

#c1befe color RGB value is (193,190,254).

#c1befe hex color red value is 193, green value is 190 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c1befe hue: 0.67 , saturation: 0.97 and the lightness value of c1befe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111110 11111110
Octal 301 276 376
Decimal 193 190 254
Hex C1 BE FE

RGB Percentages of Color #c1befe

%30.30
%29.83
%39.87

CMYK Percentages of Color #c1befe

%24
%25
%0
%0

Triadic Colors of #c1befe

#c1befe #fec1be #befec1

Analogous Colors of #c1befe

#c1befe #e1befe #bedbfe

Monochromatic Colors of #c1befe

#c1befe

Complementary Color

#c1befe #fbfebe

#c1befe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1befe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1befe Color CSS Codes

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

#c1befe Text Font Color

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

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


#c1befe Background Color

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

This div background color is #c1befe


#c1befe Border Color

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

This div border color is #c1befe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1befe


Comments

No comments written yet.

Please login to write comment.