Color Hex Logo

#970288 Color Hex

#970288
(151,2,136)
0 Favorites   0 Comments

Color spaces of #970288

RGB 1512136
HSL0.850.970.30
HSV306°99°59°
CMYK 0.000.990.10   0.41
XYZ17.22818.400324.0059
Yxy8.40030.34710.1692
Hunter Lab28.983355.3824-28.8197
CIE-Lab34.803063.9888-33.2315

#970288 color RGB value is (151,2,136).

#970288 hex color red value is 151, green value is 2 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #970288 hue: 0.85 , saturation: 0.97 and the lightness value of 970288 is 0.30.

The process color (four color CMYK) of #970288 color hex is 0.00, 0.99, 0.10, 0.41. Web safe color of #970288 is #990099. Color #970288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00000010 10001000
Octal 227 2 210
Decimal 151 2 136
Hex 97 2 88

RGB Percentages of Color #970288

%52.25
%0.69
%47.06

CMYK Percentages of Color #970288

%0
%99
%10
%41

Triadic Colors of #970288

#970288 #889702 #028897

Analogous Colors of #970288

#970288 #97023d #5c0297

Monochromatic Colors of #970288

#970288

Complementary Color

#970288 #029711

#970288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#970288 Color CSS Codes

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

#970288 Text Font Color

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

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


#970288 Background Color

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

This div background color is #970288


#970288 Border Color

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

This div border color is #970288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970288


Comments

No comments written yet.

Please login to write comment.