Color Hex Logo

#d3629b Color Hex

#D3629B
(211,98,155)
0 Favorites   0 Comments

Color spaces of #d3629b

RGB 21198155
HSL0.920.560.61
HSV330°54°83°
CMYK 0.000.540.27   0.17
XYZ37.148024.950833.8684
Yxy24.95080.38710.2600
Hunter Lab49.950845.3352-5.2352
CIE-Lab57.027550.7952-9.6017

#d3629b color RGB value is (211,98,155).

#d3629b hex color red value is 211, green value is 98 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #d3629b hue: 0.92 , saturation: 0.56 and the lightness value of d3629b is 0.61.

The process color (four color CMYK) of #d3629b color hex is 0.00, 0.54, 0.27, 0.17. Web safe color of #d3629b is #cc6699. Color #d3629b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100010 10011011
Octal 323 142 233
Decimal 211 98 155
Hex D3 62 9B

RGB Percentages of Color #d3629b

%45.47
%21.12
%33.41

CMYK Percentages of Color #d3629b

%0
%54
%27
%17

Triadic Colors of #d3629b

#d3629b #9bd362 #629bd3

Analogous Colors of #d3629b

#d3629b #d36262 #d362d3

Monochromatic Colors of #d3629b

#d3629b

Complementary Color

#d3629b #62d39a

#d3629b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3629b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3629b Color CSS Codes

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

#d3629b Text Font Color

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

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


#d3629b Background Color

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

This div background color is #d3629b


#d3629b Border Color

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

This div border color is #d3629b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3629b


Comments

No comments written yet.

Please login to write comment.