Color Hex Logo

#dc4aff Color Hex

#DC4AFF
(220,74,255)
0 Favorites   0 Comments

Color spaces of #dc4aff

RGB 22074255
HSL0.801.000.65
HSV288°71°100°
CMYK 0.140.710.00   0.00
XYZ50.014027.333297.2475
Yxy27.33320.28650.1566
Hunter Lab52.281279.2673-73.6877
CIE-Lab59.281579.1758-62.8102

#dc4aff color RGB value is (220,74,255).

#dc4aff hex color red value is 220, green value is 74 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dc4aff hue: 0.80 , saturation: 1.00 and the lightness value of dc4aff is 0.65.

The process color (four color CMYK) of #dc4aff color hex is 0.14, 0.71, 0.00, 0.00. Web safe color of #dc4aff is #cc33ff. Color #dc4aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001010 11111111
Octal 334 112 377
Decimal 220 74 255
Hex DC 4A FF

RGB Percentages of Color #dc4aff

%40.07
%13.48
%46.45

CMYK Percentages of Color #dc4aff

%14
%71
%0
%0

Triadic Colors of #dc4aff

#dc4aff #ffdc4a #4affdc

Analogous Colors of #dc4aff

#dc4aff #ff4ac8 #824aff

Monochromatic Colors of #dc4aff

#dc4aff

Complementary Color

#dc4aff #6dff4a

#dc4aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4aff Color CSS Codes

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

#dc4aff Text Font Color

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

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


#dc4aff Background Color

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

This div background color is #dc4aff


#dc4aff Border Color

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

This div border color is #dc4aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4aff

Related Colors


Comments

No comments written yet.

Please login to write comment.