Color Hex Logo

#d35abc Color Hex

#D35ABC
(211,90,188)
0 Favorites   0 Comments

Color spaces of #d35abc

RGB 21190188
HSL0.870.580.59
HSV311°57°83°
CMYK 0.000.570.11   0.17
XYZ39.597224.792150.2753
Yxy24.79210.34530.2162
Hunter Lab49.791754.8181-25.0117
CIE-Lab56.872359.3277-28.9410

#d35abc color RGB value is (211,90,188).

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

The process color (four color CMYK) of #d35abc color hex is 0.00, 0.57, 0.11, 0.17. Web safe color of #d35abc is #cc66cc. Color #d35abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011010 10111100
Octal 323 132 274
Decimal 211 90 188
Hex D3 5A BC

RGB Percentages of Color #d35abc

%43.15
%18.40
%38.45

CMYK Percentages of Color #d35abc

%0
%57
%11
%17

Triadic Colors of #d35abc

#d35abc #bcd35a #5abcd3

Analogous Colors of #d35abc

#d35abc #d35a80 #ae5ad3

Monochromatic Colors of #d35abc

#d35abc

Complementary Color

#d35abc #5ad371

#d35abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35abc Color CSS Codes

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

#d35abc Text Font Color

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

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


#d35abc Background Color

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

This div background color is #d35abc


#d35abc Border Color

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

This div border color is #d35abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35abc


Comments

No comments written yet.

Please login to write comment.