Color Hex Logo

#dc37cb Color Hex

#DC37CB
(220,55,203)
0 Favorites   0 Comments

Color spaces of #dc37cb

RGB 22055203
HSL0.850.700.54
HSV306°75°86°
CMYK 0.000.750.08   0.14
XYZ41.660922.259858.6007
Yxy22.25980.34000.1817
Hunter Lab47.180375.0526-40.6155
CIE-Lab54.301676.7863-41.4742

#dc37cb color RGB value is (220,55,203).

#dc37cb hex color red value is 220, green value is 55 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dc37cb hue: 0.85 , saturation: 0.70 and the lightness value of dc37cb is 0.54.

The process color (four color CMYK) of #dc37cb color hex is 0.00, 0.75, 0.08, 0.14. Web safe color of #dc37cb is #cc33cc. Color #dc37cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110111 11001011
Octal 334 67 313
Decimal 220 55 203
Hex DC 37 CB

RGB Percentages of Color #dc37cb

%46.03
%11.51
%42.47

CMYK Percentages of Color #dc37cb

%0
%75
%8
%14

Triadic Colors of #dc37cb

#dc37cb #cbdc37 #37cbdc

Analogous Colors of #dc37cb

#dc37cb #dc3779 #9b37dc

Monochromatic Colors of #dc37cb

#dc37cb

Complementary Color

#dc37cb #37dc48

#dc37cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc37cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc37cb Color CSS Codes

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

#dc37cb Text Font Color

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

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


#dc37cb Background Color

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

This div background color is #dc37cb


#dc37cb Border Color

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

This div border color is #dc37cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc37cb


Comments

No comments written yet.

Please login to write comment.