Color Hex Logo

#dc308f Color Hex

#DC308F
(220,48,143)
0 Favorites   0 Comments

Color spaces of #dc308f

RGB 22048143
HSL0.910.710.53
HSV327°78°86°
CMYK 0.000.780.35   0.14
XYZ35.530119.312727.8417
Yxy19.31270.42970.2336
Hunter Lab43.946267.4097-6.8003
CIE-Lab51.051171.1694-11.3377

#dc308f color RGB value is (220,48,143).

#dc308f hex color red value is 220, green value is 48 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dc308f hue: 0.91 , saturation: 0.71 and the lightness value of dc308f is 0.53.

The process color (four color CMYK) of #dc308f color hex is 0.00, 0.78, 0.35, 0.14. Web safe color of #dc308f is #cc3399. Color #dc308f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110000 10001111
Octal 334 60 217
Decimal 220 48 143
Hex DC 30 8F

RGB Percentages of Color #dc308f

%53.53
%11.68
%34.79

CMYK Percentages of Color #dc308f

%0
%78
%35
%14

Triadic Colors of #dc308f

#dc308f #8fdc30 #308fdc

Analogous Colors of #dc308f

#dc308f #dc3039 #d330dc

Monochromatic Colors of #dc308f

#dc308f

Complementary Color

#dc308f #30dc7d

#dc308f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc308f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc308f Color CSS Codes

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

#dc308f Text Font Color

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

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


#dc308f Background Color

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

This div background color is #dc308f


#dc308f Border Color

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

This div border color is #dc308f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc308f


Comments

No comments written yet.

Please login to write comment.