Color Hex Logo

#ccc1fd Color Hex

#CCC1FD
(204,193,253)
0 Favorites   0 Comments

Color spaces of #ccc1fd

RGB 204193253
HSL0.700.940.87
HSV251°24°99°
CMYK 0.190.240.00   0.01
XYZ61.701458.0691100.8850
Yxy58.06910.27960.2632
Hunter Lab76.203111.1755-25.1517
CIE-Lab80.777215.7914-28.1207

#ccc1fd color RGB value is (204,193,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 11111101
Octal 314 301 375
Decimal 204 193 253
Hex CC C1 FD

RGB Percentages of Color #ccc1fd

%31.38
%29.69
%38.92

CMYK Percentages of Color #ccc1fd

%19
%24
%0
%1

Triadic Colors of #ccc1fd

#ccc1fd #fdccc1 #c1fdcc

Analogous Colors of #ccc1fd

#ccc1fd #eac1fd #c1d4fd

Monochromatic Colors of #ccc1fd

#ccc1fd

Complementary Color

#ccc1fd #f2fdc1

#ccc1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc1fd Color CSS Codes

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

#ccc1fd Text Font Color

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

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


#ccc1fd Background Color

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

This div background color is #ccc1fd


#ccc1fd Border Color

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

This div border color is #ccc1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc1fd


Comments

No comments written yet.

Please login to write comment.