Color Hex Logo

#d623b0 Color Hex

#D623B0
(214,35,176)
0 Favorites   0 Comments

Color spaces of #d623b0

RGB 21435176
HSL0.870.720.49
HSV313°84°84°
CMYK 0.000.840.18   0.16
XYZ36.169118.632842.7645
Yxy18.63280.37070.1910
Hunter Lab43.165774.0273-28.5229
CIE-Lab50.254876.7480-32.2339

#d623b0 color RGB value is (214,35,176).

#d623b0 hex color red value is 214, green value is 35 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #d623b0 hue: 0.87 , saturation: 0.72 and the lightness value of d623b0 is 0.49.

The process color (four color CMYK) of #d623b0 color hex is 0.00, 0.84, 0.18, 0.16. Web safe color of #d623b0 is #cc3399. Color #d623b0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100011 10110000
Octal 326 43 260
Decimal 214 35 176
Hex D6 23 B0

RGB Percentages of Color #d623b0

%50.35
%8.24
%41.41

CMYK Percentages of Color #d623b0

%0
%84
%18
%16

Triadic Colors of #d623b0

#d623b0 #b0d623 #23b0d6

Analogous Colors of #d623b0

#d623b0 #d62356 #a323d6

Monochromatic Colors of #d623b0

#d623b0

Complementary Color

#d623b0 #23d649

#d623b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d623b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d623b0 Color CSS Codes

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

#d623b0 Text Font Color

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

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


#d623b0 Background Color

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

This div background color is #d623b0


#d623b0 Border Color

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

This div border color is #d623b0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,35,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d623b0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d623b0;
  -webkit-box-shadow: 1px 1px 3px 2px #d623b0;
  box-shadow:         1px 1px 3px 2px #d623b0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,35,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d623b0


Comments

No comments written yet.

Please login to write comment.