Color Hex Logo

#c0abfd Color Hex

#C0ABFD
(192,171,253)
0 Favorites   0 Comments

Color spaces of #c0abfd

RGB 192171253
HSL0.710.950.83
HSV255°32°99°
CMYK 0.240.320.00   0.01
XYZ54.030847.424199.2346
Yxy47.42410.26920.2363
Hunter Lab68.865219.5350-37.2312
CIE-Lab74.460224.2797-37.9430

#c0abfd color RGB value is (192,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101011 11111101
Octal 300 253 375
Decimal 192 171 253
Hex C0 AB FD

RGB Percentages of Color #c0abfd

%31.17
%27.76
%41.07

CMYK Percentages of Color #c0abfd

%24
%32
%0
%1

Triadic Colors of #c0abfd

#c0abfd #fdc0ab #abfdc0

Analogous Colors of #c0abfd

#c0abfd #e9abfd #abbffd

Monochromatic Colors of #c0abfd

#c0abfd

Complementary Color

#c0abfd #e8fdab

#c0abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0abfd Color CSS Codes

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

#c0abfd Text Font Color

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

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


#c0abfd Background Color

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

This div background color is #c0abfd


#c0abfd Border Color

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

This div border color is #c0abfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0abfd

Related Colors


Comments

No comments written yet.

Please login to write comment.