Color Hex Logo

#dc48d7 Color Hex

#DC48D7
(220,72,215)
0 Favorites   0 Comments

Color spaces of #dc48d7

RGB 22072215
HSL0.840.680.57
HSV302°67°86°
CMYK 0.000.670.02   0.14
XYZ44.098324.756766.7443
Yxy24.75670.32520.1826
Hunter Lab49.756171.1294-44.7041
CIE-Lab56.837673.1223-44.3132

#dc48d7 color RGB value is (220,72,215).

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

The process color (four color CMYK) of #dc48d7 color hex is 0.00, 0.67, 0.02, 0.14. Web safe color of #dc48d7 is #cc33cc. Color #dc48d7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001000 11010111
Octal 334 110 327
Decimal 220 72 215
Hex DC 48 D7

RGB Percentages of Color #dc48d7

%43.39
%14.20
%42.41

CMYK Percentages of Color #dc48d7

%0
%67
%2
%14

Triadic Colors of #dc48d7

#dc48d7 #d7dc48 #48d7dc

Analogous Colors of #dc48d7

#dc48d7 #dc488d #9748dc

Monochromatic Colors of #dc48d7

#dc48d7

Complementary Color

#dc48d7 #48dc4d

#dc48d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc48d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc48d7 Color CSS Codes

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

#dc48d7 Text Font Color

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

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


#dc48d7 Background Color

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

This div background color is #dc48d7


#dc48d7 Border Color

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

This div border color is #dc48d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc48d7


Comments

No comments written yet.

Please login to write comment.