Color Hex Logo

#dc48fd Color Hex

#DC48FD
(220,72,253)
0 Favorites   0 Comments

Color spaces of #dc48fd

RGB 22072253
HSL0.800.980.64
HSV289°72°99°
CMYK 0.130.720.00   0.01
XYZ49.562226.942295.5167
Yxy26.94220.28810.1566
Hunter Lab51.905979.6050-72.7708
CIE-Lab58.920879.5114-62.2826

#dc48fd color RGB value is (220,72,253).

#dc48fd hex color red value is 220, green value is 72 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dc48fd hue: 0.80 , saturation: 0.98 and the lightness value of dc48fd is 0.64.

The process color (four color CMYK) of #dc48fd color hex is 0.13, 0.72, 0.00, 0.01. Web safe color of #dc48fd is #cc33ff. Color #dc48fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001000 11111101
Octal 334 110 375
Decimal 220 72 253
Hex DC 48 FD

RGB Percentages of Color #dc48fd

%40.37
%13.21
%46.42

CMYK Percentages of Color #dc48fd

%13
%72
%0
%1

Triadic Colors of #dc48fd

#dc48fd #fddc48 #48fddc

Analogous Colors of #dc48fd

#dc48fd #fd48c4 #8248fd

Monochromatic Colors of #dc48fd

#dc48fd

Complementary Color

#dc48fd #69fd48

#dc48fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc48fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc48fd Color CSS Codes

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

#dc48fd Text Font Color

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

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


#dc48fd Background Color

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

This div background color is #dc48fd


#dc48fd Border Color

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

This div border color is #dc48fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc48fd


Comments

No comments written yet.

Please login to write comment.