Color Hex Logo

#c1bce1 Color Hex

#C1BCE1
(193,188,225)
0 Favorites   0 Comments

Color spaces of #c1bce1

RGB 193188225
HSL0.690.380.81
HSV248°16°88°
CMYK 0.140.160.00   0.12
XYZ53.566152.740178.5908
Yxy52.74010.28970.2852
Hunter Lab72.62244.5720-13.3270
CIE-Lab77.72139.0325-17.8163

#c1bce1 color RGB value is (193,188,225).

#c1bce1 hex color red value is 193, green value is 188 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #c1bce1 hue: 0.69 , saturation: 0.38 and the lightness value of c1bce1 is 0.81.

The process color (four color CMYK) of #c1bce1 color hex is 0.14, 0.16, 0.00, 0.12. Web safe color of #c1bce1 is #cccccc. Color #c1bce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111100 11100001
Octal 301 274 341
Decimal 193 188 225
Hex C1 BC E1

RGB Percentages of Color #c1bce1

%31.85
%31.02
%37.13

CMYK Percentages of Color #c1bce1

%14
%16
%0
%12

Triadic Colors of #c1bce1

#c1bce1 #e1c1bc #bce1c1

Analogous Colors of #c1bce1

#c1bce1 #d4bce1 #bccae1

Monochromatic Colors of #c1bce1

#c1bce1

Complementary Color

#c1bce1 #dce1bc

#c1bce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1bce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1bce1 Color CSS Codes

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

#c1bce1 Text Font Color

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

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


#c1bce1 Background Color

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

This div background color is #c1bce1


#c1bce1 Border Color

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

This div border color is #c1bce1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,188,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1bce1


Comments

No comments written yet.

Please login to write comment.