Color Hex Logo

#d70258 Color Hex

#D70258
(215,2,88)
0 Favorites   0 Comments

Color spaces of #d70258

RGB 215288
HSL0.930.980.43
HSV336°99°84°
CMYK 0.000.990.59   0.16
XYZ29.807515.195110.5944
Yxy15.19510.53610.2733
Hunter Lab38.980968.276911.1725
CIE-Lab45.900372.891314.7357

#d70258 color RGB value is (215,2,88).

#d70258 hex color red value is 215, green value is 2 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #d70258 hue: 0.93 , saturation: 0.98 and the lightness value of d70258 is 0.43.

The process color (four color CMYK) of #d70258 color hex is 0.00, 0.99, 0.59, 0.16. Web safe color of #d70258 is #cc0066. Color #d70258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000010 01011000
Octal 327 2 130
Decimal 215 2 88
Hex D7 2 58

RGB Percentages of Color #d70258

%70.49
%0.66
%28.85

CMYK Percentages of Color #d70258

%0
%99
%59
%16

Triadic Colors of #d70258

#d70258 #58d702 #0258d7

Analogous Colors of #d70258

#d70258 #d71702 #d702c3

Monochromatic Colors of #d70258

#d70258

Complementary Color

#d70258 #02d781

#d70258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70258 Color CSS Codes

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

#d70258 Text Font Color

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

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


#d70258 Background Color

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

This div background color is #d70258


#d70258 Border Color

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

This div border color is #d70258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70258


Comments

No comments written yet.

Please login to write comment.