Color Hex Logo

#d303cd Color Hex

#D303CD
(211,3,205)
0 Favorites   0 Comments

Color spaces of #d303cd

RGB 2113205
HSL0.840.970.42
HSV302°99°83°
CMYK 0.000.990.03   0.17
XYZ37.916018.321859.2957
Yxy18.32180.32820.1586
Hunter Lab42.804083.2094-52.1708
CIE-Lab49.884184.0876-49.7311

#d303cd color RGB value is (211,3,205).

#d303cd hex color red value is 211, green value is 3 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d303cd hue: 0.84 , saturation: 0.97 and the lightness value of d303cd is 0.42.

The process color (four color CMYK) of #d303cd color hex is 0.00, 0.99, 0.03, 0.17. Web safe color of #d303cd is #cc00cc. Color #d303cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000011 11001101
Octal 323 3 315
Decimal 211 3 205
Hex D3 3 CD

RGB Percentages of Color #d303cd

%50.36
%0.72
%48.93

CMYK Percentages of Color #d303cd

%0
%99
%3
%17

Triadic Colors of #d303cd

#d303cd #cdd303 #03cdd3

Analogous Colors of #d303cd

#d303cd #d30365 #7103d3

Monochromatic Colors of #d303cd

#d303cd

Complementary Color

#d303cd #03d309

#d303cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d303cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d303cd Color CSS Codes

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

#d303cd Text Font Color

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

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


#d303cd Background Color

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

This div background color is #d303cd


#d303cd Border Color

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

This div border color is #d303cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,3,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d303cd


Comments

No comments written yet.

Please login to write comment.