Color Hex Logo

#dc12fc Color Hex

#DC12FC
(220,18,252)
0 Favorites   0 Comments

Color spaces of #dc12fc

RGB 22018252
HSL0.810.980.53
HSV292°93°99°
CMYK 0.130.930.00   0.01
XYZ47.302222.676593.9794
Yxy22.67650.28850.1383
Hunter Lab47.619893.9746-83.6769
CIE-Lab54.737591.3301-68.4623

#dc12fc color RGB value is (220,18,252).

#dc12fc hex color red value is 220, green value is 18 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dc12fc hue: 0.81 , saturation: 0.98 and the lightness value of dc12fc is 0.53.

The process color (four color CMYK) of #dc12fc color hex is 0.13, 0.93, 0.00, 0.01. Web safe color of #dc12fc is #cc00ff. Color #dc12fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010010 11111100
Octal 334 22 374
Decimal 220 18 252
Hex DC 12 FC

RGB Percentages of Color #dc12fc

%44.90
%3.67
%51.43

CMYK Percentages of Color #dc12fc

%13
%93
%0
%1

Triadic Colors of #dc12fc

#dc12fc #fcdc12 #12fcdc

Analogous Colors of #dc12fc

#dc12fc #fc12a7 #6712fc

Monochromatic Colors of #dc12fc

#dc12fc

Complementary Color

#dc12fc #32fc12

#dc12fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc12fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc12fc Color CSS Codes

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

#dc12fc Text Font Color

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

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


#dc12fc Background Color

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

This div background color is #dc12fc


#dc12fc Border Color

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

This div border color is #dc12fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,18,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc12fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc12fc;
  -webkit-box-shadow: 1px 1px 3px 2px #dc12fc;
  box-shadow:         1px 1px 3px 2px #dc12fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,18,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc12fc

Related Colors


Comments

No comments written yet.

Please login to write comment.