Color Hex Logo

#d501c8 Color Hex

#D501C8
(213,1,200)
0 Favorites   0 Comments

Color spaces of #d501c8

RGB 2131200
HSL0.840.990.42
HSV304°100°84°
CMYK 0.001.000.06   0.16
XYZ37.876818.338056.1868
Yxy18.33800.33700.1631
Hunter Lab42.822982.9430-47.8168
CIE-Lab49.903583.8770-46.7918

#d501c8 color RGB value is (213,1,200).

#d501c8 hex color red value is 213, green value is 1 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #d501c8 hue: 0.84 , saturation: 0.99 and the lightness value of d501c8 is 0.42.

The process color (four color CMYK) of #d501c8 color hex is 0.00, 1.00, 0.06, 0.16. Web safe color of #d501c8 is #cc00cc. Color #d501c8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000001 11001000
Octal 325 1 310
Decimal 213 1 200
Hex D5 1 C8

RGB Percentages of Color #d501c8

%51.45
%0.24
%48.31

CMYK Percentages of Color #d501c8

%0
%100
%6
%16

Triadic Colors of #d501c8

#d501c8 #c8d501 #01c8d5

Analogous Colors of #d501c8

#d501c8 #d5015e #7801d5

Monochromatic Colors of #d501c8

#d501c8

Complementary Color

#d501c8 #01d50e

#d501c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d501c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d501c8 Color CSS Codes

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

#d501c8 Text Font Color

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

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


#d501c8 Background Color

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

This div background color is #d501c8


#d501c8 Border Color

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

This div border color is #d501c8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,1,200, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d501c8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d501c8;
  -webkit-box-shadow: 1px 1px 3px 2px #d501c8;
  box-shadow:         1px 1px 3px 2px #d501c8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,1,200, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d501c8


Comments

No comments written yet.

Please login to write comment.