Color Hex Logo

#c1cafa Color Hex

#C1CAFA
(193,202,250)
0 Favorites   0 Comments

Color spaces of #c1cafa

RGB 193202250
HSL0.640.850.87
HSV231°23°98°
CMYK 0.230.190.00   0.02
XYZ60.368260.480698.9347
Yxy60.48060.27470.2752
Hunter Lab77.76932.4639-20.9877
CIE-Lab82.09876.9543-24.5776

#c1cafa color RGB value is (193,202,250).

#c1cafa hex color red value is 193, green value is 202 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c1cafa hue: 0.64 , saturation: 0.85 and the lightness value of c1cafa is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001010 11111010
Octal 301 312 372
Decimal 193 202 250
Hex C1 CA FA

RGB Percentages of Color #c1cafa

%29.92
%31.32
%38.76

CMYK Percentages of Color #c1cafa

%23
%19
%0
%2

Triadic Colors of #c1cafa

#c1cafa #fac1ca #cafac1

Analogous Colors of #c1cafa

#c1cafa #d5c1fa #c1e7fa

Monochromatic Colors of #c1cafa

#c1cafa

Complementary Color

#c1cafa #faf1c1

#c1cafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cafa Color CSS Codes

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

#c1cafa Text Font Color

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

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


#c1cafa Background Color

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

This div background color is #c1cafa


#c1cafa Border Color

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

This div border color is #c1cafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cafa

Related Colors


Comments

No comments written yet.

Please login to write comment.