Color Hex Logo

#d03458 Color Hex

#D03458
(208,52,88)
0 Favorites   0 Comments

Color spaces of #d03458

RGB 2085288
HSL0.960.620.51
HSV346°75°82°
CMYK 0.000.750.58   0.18
XYZ29.001916.570510.9024
Yxy16.57050.51350.2934
Hunter Lab40.706955.936512.6154
CIE-Lab47.714261.984016.9803

#d03458 color RGB value is (208,52,88).

#d03458 hex color red value is 208, green value is 52 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #d03458 hue: 0.96 , saturation: 0.62 and the lightness value of d03458 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110100 01011000
Octal 320 64 130
Decimal 208 52 88
Hex D0 34 58

RGB Percentages of Color #d03458

%59.77
%14.94
%25.29

CMYK Percentages of Color #d03458

%0
%75
%58
%18

Triadic Colors of #d03458

#d03458 #58d034 #3458d0

Analogous Colors of #d03458

#d03458 #d05e34 #d034a6

Monochromatic Colors of #d03458

#d03458

Complementary Color

#d03458 #34d0ac

#d03458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03458 Color CSS Codes

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

#d03458 Text Font Color

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

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


#d03458 Background Color

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

This div background color is #d03458


#d03458 Border Color

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

This div border color is #d03458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03458


Comments

No comments written yet.

Please login to write comment.