Color Hex Logo

#994268 Color Hex

#994268
(153,66,104)
0 Favorites   0 Comments

Color spaces of #994268

RGB 15366104
HSL0.930.400.43
HSV334°57°60°
CMYK 0.000.570.32   0.40
XYZ17.583811.668214.4221
Yxy11.66820.40260.2672
Hunter Lab34.158732.1081-1.1216
CIE-Lab40.683840.5746-4.2190

#994268 color RGB value is (153,66,104).

#994268 hex color red value is 153, green value is 66 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #994268 hue: 0.93 , saturation: 0.40 and the lightness value of 994268 is 0.43.

The process color (four color CMYK) of #994268 color hex is 0.00, 0.57, 0.32, 0.40. Web safe color of #994268 is #993366. Color #994268 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000010 01101000
Octal 231 102 150
Decimal 153 66 104
Hex 99 42 68

RGB Percentages of Color #994268

%47.37
%20.43
%32.20

CMYK Percentages of Color #994268

%0
%57
%32
%40

Triadic Colors of #994268

#994268 #689942 #426899

Analogous Colors of #994268

#994268 #994842 #994294

Monochromatic Colors of #994268

#994268

Complementary Color

#994268 #429973

#994268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994268 Color CSS Codes

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

#994268 Text Font Color

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

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


#994268 Background Color

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

This div background color is #994268


#994268 Border Color

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

This div border color is #994268


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,66,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #994268; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #994268;
  -webkit-box-shadow: 1px 1px 3px 2px #994268;
  box-shadow:         1px 1px 3px 2px #994268; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994268


Comments

No comments written yet.

Please login to write comment.