Color Hex Logo

#d353be Color Hex

#D353BE
(211,83,190)
0 Favorites   0 Comments

Color spaces of #d353be

RGB 21183190
HSL0.860.590.58
HSV310°61°83°
CMYK 0.000.610.10   0.17
XYZ39.251523.753151.2312
Yxy23.75310.34360.2079
Hunter Lab48.737258.4687-28.2081
CIE-Lab55.839762.6885-31.6949

#d353be color RGB value is (211,83,190).

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

The process color (four color CMYK) of #d353be color hex is 0.00, 0.61, 0.10, 0.17. Web safe color of #d353be is #cc66cc. Color #d353be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010011 10111110
Octal 323 123 276
Decimal 211 83 190
Hex D3 53 BE

RGB Percentages of Color #d353be

%43.60
%17.15
%39.26

CMYK Percentages of Color #d353be

%0
%61
%10
%17

Triadic Colors of #d353be

#d353be #bed353 #53bed3

Analogous Colors of #d353be

#d353be #d3537e #a853d3

Monochromatic Colors of #d353be

#d353be

Complementary Color

#d353be #53d368

#d353be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d353be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d353be Color CSS Codes

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

#d353be Text Font Color

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

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


#d353be Background Color

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

This div background color is #d353be


#d353be Border Color

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

This div border color is #d353be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d353be


Comments

No comments written yet.

Please login to write comment.