Color Hex Logo

#ab0cfd Color Hex

#AB0CFD
(171,12,253)
0 Favorites   0 Comments

Color spaces of #ab0cfd

RGB 17112253
HSL0.780.980.52
HSV280°95°99°
CMYK 0.320.950.00   0.01
XYZ34.655716.012794.1927
Yxy16.01270.23920.1105
Hunter Lab40.015984.5619-111.5506
CIE-Lab46.991185.6897-81.9622

#ab0cfd color RGB value is (171,12,253).

#ab0cfd hex color red value is 171, green value is 12 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ab0cfd hue: 0.78 , saturation: 0.98 and the lightness value of ab0cfd is 0.52.

The process color (four color CMYK) of #ab0cfd color hex is 0.32, 0.95, 0.00, 0.01. Web safe color of #ab0cfd is #9900ff. Color #ab0cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001100 11111101
Octal 253 14 375
Decimal 171 12 253
Hex AB C FD

RGB Percentages of Color #ab0cfd

%39.22
%2.75
%58.03

CMYK Percentages of Color #ab0cfd

%32
%95
%0
%1

Triadic Colors of #ab0cfd

#ab0cfd #fdab0c #0cfdab

Analogous Colors of #ab0cfd

#ab0cfd #fd0cd7 #320cfd

Monochromatic Colors of #ab0cfd

#ab0cfd

Complementary Color

#ab0cfd #5efd0c

#ab0cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0cfd Color CSS Codes

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

#ab0cfd Text Font Color

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

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


#ab0cfd Background Color

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

This div background color is #ab0cfd


#ab0cfd Border Color

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

This div border color is #ab0cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0cfd


Comments

No comments written yet.

Please login to write comment.