Color Hex Logo

#cec1fd Color Hex

#CEC1FD
(206,193,253)
0 Favorites   0 Comments

Color spaces of #cec1fd

RGB 206193253
HSL0.700.940.87
HSV253°24°99°
CMYK 0.190.240.00   0.01
XYZ62.253258.3536100.9108
Yxy58.35360.28100.2634
Hunter Lab76.389511.7859-24.8496
CIE-Lab80.935016.3981-27.8653

#cec1fd color RGB value is (206,193,253).

#cec1fd hex color red value is 206, green value is 193 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cec1fd hue: 0.70 , saturation: 0.94 and the lightness value of cec1fd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 11111101
Octal 316 301 375
Decimal 206 193 253
Hex CE C1 FD

RGB Percentages of Color #cec1fd

%31.60
%29.60
%38.80

CMYK Percentages of Color #cec1fd

%19
%24
%0
%1

Triadic Colors of #cec1fd

#cec1fd #fdcec1 #c1fdce

Analogous Colors of #cec1fd

#cec1fd #ecc1fd #c1d2fd

Monochromatic Colors of #cec1fd

#cec1fd

Complementary Color

#cec1fd #f0fdc1

#cec1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec1fd Color CSS Codes

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

#cec1fd Text Font Color

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

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


#cec1fd Background Color

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

This div background color is #cec1fd


#cec1fd Border Color

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

This div border color is #cec1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec1fd


Comments

No comments written yet.

Please login to write comment.