Color Hex Logo

#664253 Color Hex

#664253
(102,66,83)
0 Favorites   0 Comments

Color spaces of #664253

RGB 1026683
HSL0.920.210.33
HSV332°35°40°
CMYK 0.000.350.19   0.60
XYZ8.98907.34579.1277
Yxy7.34570.35300.2885
Hunter Lab27.103011.7714-0.9955
CIE-Lab32.581318.4017-3.7705

#664253 color RGB value is (102,66,83).

#664253 hex color red value is 102, green value is 66 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #664253 hue: 0.92 , saturation: 0.21 and the lightness value of 664253 is 0.33.

The process color (four color CMYK) of #664253 color hex is 0.00, 0.35, 0.19, 0.60. Web safe color of #664253 is #663366. Color #664253 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000010 01010011
Octal 146 102 123
Decimal 102 66 83
Hex 66 42 53

RGB Percentages of Color #664253

%40.64
%26.29
%33.07

CMYK Percentages of Color #664253

%0
%35
%19
%60

Triadic Colors of #664253

#664253 #536642 #425366

Analogous Colors of #664253

#664253 #664342 #664265

Monochromatic Colors of #664253

#664253

Complementary Color

#664253 #426655

#664253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664253 Color CSS Codes

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

#664253 Text Font Color

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

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


#664253 Background Color

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

This div background color is #664253


#664253 Border Color

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

This div border color is #664253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664253


Comments

No comments written yet.

Please login to write comment.