Color Hex Logo

#d35882 Color Hex

#D35882
(211,88,130)
0 Favorites   0 Comments

Color spaces of #d35882

RGB 21188130
HSL0.940.580.59
HSV340°58°83°
CMYK 0.000.580.38   0.17
XYZ34.383022.440023.6383
Yxy22.44000.42730.2789
Hunter Lab47.370946.66093.5736
CIE-Lab54.490852.42431.3328

#d35882 color RGB value is (211,88,130).

#d35882 hex color red value is 211, green value is 88 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #d35882 hue: 0.94 , saturation: 0.58 and the lightness value of d35882 is 0.59.

The process color (four color CMYK) of #d35882 color hex is 0.00, 0.58, 0.38, 0.17. Web safe color of #d35882 is #cc6699. Color #d35882 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011000 10000010
Octal 323 130 202
Decimal 211 88 130
Hex D3 58 82

RGB Percentages of Color #d35882

%49.18
%20.51
%30.30

CMYK Percentages of Color #d35882

%0
%58
%38
%17

Triadic Colors of #d35882

#d35882 #82d358 #5882d3

Analogous Colors of #d35882

#d35882 #d36c58 #d358c0

Monochromatic Colors of #d35882

#d35882

Complementary Color

#d35882 #58d3a9

#d35882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35882 Color CSS Codes

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

#d35882 Text Font Color

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

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


#d35882 Background Color

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

This div background color is #d35882


#d35882 Border Color

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

This div border color is #d35882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35882


Comments

No comments written yet.

Please login to write comment.