Color Hex Logo

#dc48ef Color Hex

#DC48EF
(220,72,239)
0 Favorites   0 Comments

Color spaces of #dc48ef

RGB 22072239
HSL0.810.840.61
HSV293°70°94°
CMYK 0.080.700.00   0.06
XYZ47.412626.082484.1968
Yxy26.08240.30070.1654
Hunter Lab51.070976.3395-61.9973
CIE-Lab58.115277.0793-55.7881

#dc48ef color RGB value is (220,72,239).

#dc48ef hex color red value is 220, green value is 72 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dc48ef hue: 0.81 , saturation: 0.84 and the lightness value of dc48ef is 0.61.

The process color (four color CMYK) of #dc48ef color hex is 0.08, 0.70, 0.00, 0.06. Web safe color of #dc48ef is #cc33ff. Color #dc48ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001000 11101111
Octal 334 110 357
Decimal 220 72 239
Hex DC 48 EF

RGB Percentages of Color #dc48ef

%41.43
%13.56
%45.01

CMYK Percentages of Color #dc48ef

%8
%70
%0
%6

Triadic Colors of #dc48ef

#dc48ef #efdc48 #48efdc

Analogous Colors of #dc48ef

#dc48ef #ef48af #8948ef

Monochromatic Colors of #dc48ef

#dc48ef

Complementary Color

#dc48ef #5bef48

#dc48ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc48ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc48ef Color CSS Codes

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

#dc48ef Text Font Color

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

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


#dc48ef Background Color

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

This div background color is #dc48ef


#dc48ef Border Color

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

This div border color is #dc48ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc48ef


Comments

No comments written yet.

Please login to write comment.