Color Hex Logo

#dc73f9 Color Hex

#DC73F9
(220,115,249)
0 Favorites   0 Comments

Color spaces of #dc73f9

RGB 220115249
HSL0.800.920.71
HSV287°54°98°
CMYK 0.120.540.00   0.02
XYZ52.744834.316793.4664
Yxy34.31670.29220.1901
Hunter Lab58.580558.2024-53.5922
CIE-Lab65.213260.8252-50.0538

#dc73f9 color RGB value is (220,115,249).

#dc73f9 hex color red value is 220, green value is 115 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #dc73f9 hue: 0.80 , saturation: 0.92 and the lightness value of dc73f9 is 0.71.

The process color (four color CMYK) of #dc73f9 color hex is 0.12, 0.54, 0.00, 0.02. Web safe color of #dc73f9 is #cc66ff. Color #dc73f9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110011 11111001
Octal 334 163 371
Decimal 220 115 249
Hex DC 73 F9

RGB Percentages of Color #dc73f9

%37.67
%19.69
%42.64

CMYK Percentages of Color #dc73f9

%12
%54
%0
%2

Triadic Colors of #dc73f9

#dc73f9 #f9dc73 #73f9dc

Analogous Colors of #dc73f9

#dc73f9 #f973d3 #9973f9

Monochromatic Colors of #dc73f9

#dc73f9

Complementary Color

#dc73f9 #90f973

#dc73f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc73f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc73f9 Color CSS Codes

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

#dc73f9 Text Font Color

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

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


#dc73f9 Background Color

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

This div background color is #dc73f9


#dc73f9 Border Color

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

This div border color is #dc73f9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc73f9


Comments

No comments written yet.

Please login to write comment.