Color Hex Logo

#3f3353 Color Hex

#3F3353
(63,51,83)
0 Favorites   0 Comments

Color spaces of #3f3353

RGB 635183
HSL0.730.240.26
HSV263°39°33°
CMYK 0.240.390.00   0.67
XYZ4.79514.04898.7124
Yxy4.04890.27310.2306
Hunter Lab20.12197.3238-11.5862
CIE-Lab23.832413.0607-17.5066

#3f3353 color RGB value is (63,51,83).

#3f3353 hex color red value is 63, green value is 51 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #3f3353 hue: 0.73 , saturation: 0.24 and the lightness value of 3f3353 is 0.26.

The process color (four color CMYK) of #3f3353 color hex is 0.24, 0.39, 0.00, 0.67. Web safe color of #3f3353 is #333366. Color #3f3353 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00110011 01010011
Octal 77 63 123
Decimal 63 51 83
Hex 3F 33 53

RGB Percentages of Color #3f3353

%31.98
%25.89
%42.13

CMYK Percentages of Color #3f3353

%24
%39
%0
%67

Triadic Colors of #3f3353

#3f3353 #533f33 #33533f

Analogous Colors of #3f3353

#3f3353 #4f3353 #333753

Monochromatic Colors of #3f3353

#3f3353

Complementary Color

#3f3353 #475333

#3f3353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f3353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f3353 Color CSS Codes

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

#3f3353 Text Font Color

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

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


#3f3353 Background Color

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

This div background color is #3f3353


#3f3353 Border Color

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

This div border color is #3f3353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f3353


Comments

No comments written yet.

Please login to write comment.