Color Hex Logo

#c1abfd Color Hex

#C1ABFD
(193,171,253)
0 Favorites   0 Comments

Color spaces of #c1abfd

RGB 193171253
HSL0.710.950.83
HSV256°32°99°
CMYK 0.240.320.00   0.01
XYZ54.284947.555199.2464
Yxy47.55510.27000.2365
Hunter Lab68.960219.8334-37.0571
CIE-Lab74.543424.5693-37.8072

#c1abfd color RGB value is (193,171,253).

#c1abfd hex color red value is 193, green value is 171 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c1abfd hue: 0.71 , saturation: 0.95 and the lightness value of c1abfd is 0.83.

The process color (four color CMYK) of #c1abfd color hex is 0.24, 0.32, 0.00, 0.01. Web safe color of #c1abfd is #cc99ff. Color #c1abfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101011 11111101
Octal 301 253 375
Decimal 193 171 253
Hex C1 AB FD

RGB Percentages of Color #c1abfd

%31.28
%27.71
%41.00

CMYK Percentages of Color #c1abfd

%24
%32
%0
%1

Triadic Colors of #c1abfd

#c1abfd #fdc1ab #abfdc1

Analogous Colors of #c1abfd

#c1abfd #eaabfd #abbefd

Monochromatic Colors of #c1abfd

#c1abfd

Complementary Color

#c1abfd #e7fdab

#c1abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1abfd Color CSS Codes

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

#c1abfd Text Font Color

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

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


#c1abfd Background Color

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

This div background color is #c1abfd


#c1abfd Border Color

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

This div border color is #c1abfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1abfd

Related Colors


Comments

No comments written yet.

Please login to write comment.