Color Hex Logo

#c1bcfa Color Hex

#C1BCFA
(193,188,250)
0 Favorites   0 Comments

Color spaces of #c1bcfa

RGB 193188250
HSL0.680.860.86
HSV245°25°98°
CMYK 0.230.250.00   0.02
XYZ57.230954.206097.8889
Yxy54.20600.27340.2590
Hunter Lab73.62479.9106-27.2926
CIE-Lab78.581714.5357-29.9565

#c1bcfa color RGB value is (193,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111100 11111010
Octal 301 274 372
Decimal 193 188 250
Hex C1 BC FA

RGB Percentages of Color #c1bcfa

%30.59
%29.79
%39.62

CMYK Percentages of Color #c1bcfa

%23
%25
%0
%2

Triadic Colors of #c1bcfa

#c1bcfa #fac1bc #bcfac1

Analogous Colors of #c1bcfa

#c1bcfa #e0bcfa #bcd6fa

Monochromatic Colors of #c1bcfa

#c1bcfa

Complementary Color

#c1bcfa #f5fabc

#c1bcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1bcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1bcfa Color CSS Codes

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

#c1bcfa Text Font Color

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

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


#c1bcfa Background Color

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

This div background color is #c1bcfa


#c1bcfa Border Color

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

This div border color is #c1bcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1bcfa


Comments

No comments written yet.

Please login to write comment.