Color Hex Logo

#d23478 Color Hex

#D23478
(210,52,120)
0 Favorites   0 Comments

Color spaces of #d23478

RGB 21052120
HSL0.930.640.51
HSV334°75°82°
CMYK 0.000.750.43   0.18
XYZ31.196517.513719.5055
Yxy17.51370.45730.2567
Hunter Lab41.849459.82591.6602
CIE-Lab48.900965.1542-0.8465

#d23478 color RGB value is (210,52,120).

#d23478 hex color red value is 210, green value is 52 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #d23478 hue: 0.93 , saturation: 0.64 and the lightness value of d23478 is 0.51.

The process color (four color CMYK) of #d23478 color hex is 0.00, 0.75, 0.43, 0.18. Web safe color of #d23478 is #cc3366. Color #d23478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00110100 01111000
Octal 322 64 170
Decimal 210 52 120
Hex D2 34 78

RGB Percentages of Color #d23478

%54.97
%13.61
%31.41

CMYK Percentages of Color #d23478

%0
%75
%43
%18

Triadic Colors of #d23478

#d23478 #78d234 #3478d2

Analogous Colors of #d23478

#d23478 #d23f34 #d234c7

Monochromatic Colors of #d23478

#d23478

Complementary Color

#d23478 #34d28e

#d23478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23478 Color CSS Codes

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

#d23478 Text Font Color

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

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


#d23478 Background Color

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

This div background color is #d23478


#d23478 Border Color

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

This div border color is #d23478


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,52,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d23478; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d23478;
  -webkit-box-shadow: 1px 1px 3px 2px #d23478;
  box-shadow:         1px 1px 3px 2px #d23478; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,52,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23478


Comments

No comments written yet.

Please login to write comment.