Color Hex Logo

#d372be Color Hex

#D372BE
(211,114,190)
0 Favorites   0 Comments

Color spaces of #d372be

RGB 211114190
HSL0.870.520.64
HSV313°46°83°
CMYK 0.000.460.10   0.17
XYZ42.175529.601252.2059
Yxy29.60120.34020.2388
Hunter Lab54.407043.1584-18.8065
CIE-Lab61.308648.1410-23.2461

#d372be color RGB value is (211,114,190).

#d372be hex color red value is 211, green value is 114 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d372be hue: 0.87 , saturation: 0.52 and the lightness value of d372be is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110010 10111110
Octal 323 162 276
Decimal 211 114 190
Hex D3 72 BE

RGB Percentages of Color #d372be

%40.97
%22.14
%36.89

CMYK Percentages of Color #d372be

%0
%46
%10
%17

Triadic Colors of #d372be

#d372be #bed372 #72bed3

Analogous Colors of #d372be

#d372be #d3728e #b872d3

Monochromatic Colors of #d372be

#d372be

Complementary Color

#d372be #72d387

#d372be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d372be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d372be Color CSS Codes

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

#d372be Text Font Color

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

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


#d372be Background Color

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

This div background color is #d372be


#d372be Border Color

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

This div border color is #d372be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,114,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 #d372be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d372be


Comments

No comments written yet.

Please login to write comment.