Color Hex Logo

#d10375 Color Hex

#D10375
(209,3,117)
0 Favorites   0 Comments

Color spaces of #d10375

RGB 2093117
HSL0.910.970.42
HSV327°99°82°
CMYK 0.000.990.44   0.18
XYZ29.537914.904818.1497
Yxy14.90480.47190.2381
Hunter Lab38.606769.0080-0.8485
CIE-Lab45.503573.5740-4.0288

#d10375 color RGB value is (209,3,117).

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

The process color (four color CMYK) of #d10375 color hex is 0.00, 0.99, 0.44, 0.18. Web safe color of #d10375 is #cc0066. Color #d10375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000011 01110101
Octal 321 3 165
Decimal 209 3 117
Hex D1 3 75

RGB Percentages of Color #d10375

%63.53
%0.91
%35.56

CMYK Percentages of Color #d10375

%0
%99
%44
%18

Triadic Colors of #d10375

#d10375 #75d103 #0375d1

Analogous Colors of #d10375

#d10375 #d1030e #c603d1

Monochromatic Colors of #d10375

#d10375

Complementary Color

#d10375 #03d15f

#d10375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d10375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d10375 Color CSS Codes

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

#d10375 Text Font Color

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

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


#d10375 Background Color

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

This div background color is #d10375


#d10375 Border Color

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

This div border color is #d10375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d10375


Comments

No comments written yet.

Please login to write comment.